commit | 27ad2cd2000298e5822a12012edda47d72fdb27e | [log] [tgz] |
---|---|---|
author | Jason Yan <yanaijie@huawei.com> | Thu May 07 19:08:47 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu May 07 13:04:21 2020 -0700 |
tree | 5eae9b790cb5a2fd847e2f9264dda599275afab4 | |
parent | f9a98f901e19eb0fbd61c29cf38b75d210d276bc [diff] |
net: tulip: de4x5: make PCI_signature() return void This function always return 0 now, we can make it return void to simplify the code. This fixes the following coccicheck warning: drivers/net/ethernet/dec/tulip/de4x5.c:3908:11-17: Unneeded variable: "status". Return "0" on line 3912 Signed-off-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>