]> git.baikalelectronics.ru Git - kernel.git/commit
sh_eth: sh_eth_close() always returns 0
authorSergey Shtylyov <s.shtylyov@omp.ru>
Sat, 29 Jan 2022 11:55:17 +0000 (14:55 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Jan 2022 11:42:13 +0000 (11:42 +0000)
commitd307834e660c62d8d229d0cb1b3c5bcee925b2c2
treecd83d2520cd19b990d921b503c900c63a022e048
parent4e9fc100903a05ee14cb0f43da82ce752ea89209
sh_eth: sh_eth_close() always returns 0

sh_eth_close() always returns 0, hence the check in sh_eth_wol_restore()
is pointless (however we cannot change the prototype of sh_eth_close() as
it implements the driver's ndo_stop() method).

Found by Linux Verification Center (linuxtesting.org) with the SVACE static
analysis tool.

Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/sh_eth.c