mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
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> |
||
---|---|---|
.. | ||
atl1c | ||
atl1e | ||
atlx | ||
Kconfig | ||
Makefile |