hayeswang 98d068ab52 r8152: fix the list rx_done may be used without initialization
The list rx_done would be initialized when the linking on occurs.
Therefore, if a napi is scheduled without any linking on before,
the following kernel panic would happen.

	BUG: unable to handle kernel NULL pointer dereference at 000000000000008
	IP: [<ffffffffc085efde>] r8152_poll+0xe1e/0x1210 [r8152]
	PGD 0
	Oops: 0002 [#1] SMP

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-03-21 14:37:10 -07:00
..
2016-08-31 21:07:05 -07:00
2016-12-25 17:21:22 +01:00
2016-05-20 19:50:07 -04:00
2013-12-06 12:37:55 -05:00
2016-12-08 14:21:47 -05:00
2016-03-27 22:33:56 -04:00
2017-02-27 18:43:47 -08:00
2017-02-27 18:43:47 -08:00
2016-09-06 13:28:10 -07:00