diff options
author | 2021-09-01 14:17:35 +0200 | |
---|---|---|
committer | 2021-09-02 11:29:02 +0100 | |
commit | 66abf5fb4cf713c6fdfccfbbabdcdf834f8bb9e2 (patch) | |
tree | 6405c79b6987fd389f59ce13e873d429a0faac0a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net/ncsi: add get MAC address command to get Intel i210 MAC address (diff) | |
download | linux-dev-66abf5fb4cf713c6fdfccfbbabdcdf834f8bb9e2.tar.xz linux-dev-66abf5fb4cf713c6fdfccfbbabdcdf834f8bb9e2.zip |
net/sun3_82586: Fix return value of sun3_82586_probe()
drivers/net/ethernet/i825xx/sun3_82586.c: In function ‘sun3_82586_probe’:
drivers/net/ethernet/i825xx/sun3_82586.c:317:9: warning: returning ‘struct net_device *’ from a function with return type ‘int’ makes integer from pointer without a cast [-Wint-conversion]
317 | return dev;
| ^~~
The return type of sun3_82586_probe() was changed, but one return value
was forgotten to be updated.
Fixes: e179d78ee11a70e2 ("m68k: remove legacy probing")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions