mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 07:02:23 +00:00
0732ce2132
Currently the pointer 'reporter' is not being initialized and is
being read in a netdev_warn message. The pointer is not used
and is redundant, fix this by removing it and replacing the reference
to it with priv->reporter instead.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
qlge_dbg.c | ||
qlge_devlink.c | ||
qlge_devlink.h | ||
qlge_ethtool.c | ||
qlge_main.c | ||
qlge_mpi.c | ||
qlge.h | ||
TODO |