diff options
author | Tony Zelenoff <antonz@parallels.com> | 2012-04-11 06:15:03 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-27 10:17:04 -0700 |
commit | 60cf9a4017ed9b3bcd1c28e7a443f4dfe239b8df (patch) | |
tree | 8a56d002feac268b3ead1c48b514b05b55282e35 /drivers/sfi | |
parent | 8607ccff19e16b51feab33664425e5984f751074 (diff) |
atl1: fix kernel panic in case of DMA errors
[ Upstream commit 03662e41c7cff64a776bfb1b3816de4be43de881 ]
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>
Diffstat (limited to 'drivers/sfi')
0 files changed, 0 insertions, 0 deletions