commit | d9e62e513081c66d85bb0b91740ce3313c56b546 | [log] [tgz] |
---|---|---|
author | Vikas Chaudhary <vikas.chaudhary@qlogic.com> | Wed Aug 22 07:45:25 2012 -0400 |
committer | James Bottomley <JBottomley@Parallels.com> | Mon Sep 24 12:11:04 2012 +0400 |
tree | db16bfaabae13660d03f5eaf7d8adff4469cb078 | |
parent | 8e9157c832b0dd0a8916278355cf5b15cd19c3c9 [diff] |
[SCSI] qla4xxx: Clear interrupt while unloading driver. while processing the stop firmware mailbox command on driver unload, a interrupt is processed which causes kernel panic as the response queue is not valid. Fix is to clear the interrupt in free_adapter call just after disabling the interrupts. Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>