diff options
author | Geert Uytterhoeven <[email protected]> | 2021-09-01 14:17:35 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-09-02 11:29:02 +0100 |
commit | 66abf5fb4cf713c6fdfccfbbabdcdf834f8bb9e2 (patch) | |
tree | 6405c79b6987fd389f59ce13e873d429a0faac0a /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 205b95fe658ddba25236c60da777f67b4eec3fd3 (diff) |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions