mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 15:13:52 +00:00
f7bff01774
If alloc_etherdev_mq() fails then return -ENOMEM instead of success.
The "err = 0;" triggers an unused assignment now so remove that as
well.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
qlge_dbg.c | ||
qlge_devlink.c | ||
qlge_devlink.h | ||
qlge_ethtool.c | ||
qlge_main.c | ||
qlge_mpi.c | ||
qlge.h | ||
TODO |