Files
linux/drivers/net/atlx
Tony Zelenoff bb2f6102c8 atl1: fix kernel panic in case of DMA errors
[ Upstream commit 03662e41c7 ]

Problem:
There was two separate work_struct structures which share one
handler. Unfortunately getting atl1_adapter structure from
work_struct in case of DMA error was done from incorrect
offset which cause kernel panics.

Solution:
The useless work_struct for DMA error removed and
handler name changed to more generic one.

Signed-off-by: Tony Zelenoff <antonz@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-04-27 09:51:20 -07:00
..
2010-02-09 11:13:56 +01:00
2008-09-18 11:34:52 -04:00