diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2011-05-04 16:35:58 +0530 |
---|---|---|
committer | James Bottomley <jbottomley@parallels.com> | 2011-05-24 12:33:01 -0400 |
commit | 3ace8e052be5293ebb3e00f819effccc64108a38 (patch) | |
tree | d53bbc6d6088e73356c411b06873e1788cfa0da8 /drivers/i2c | |
parent | d762f4383100c2a87b1a3f2d678cd3b5425655b4 (diff) |
[SCSI] mpt2sas: move even handling of MPT2SAS_TURN_ON_FAULT_LED into process context
Driver was a sending a SEP request during interrupt context which
required to go to sleep.
The fix is to rearrange the code so a fake event
MPT2SAS_TURN_ON_FAULT_LED is fired from interrupt context, then later
during the kernel worker threads processing, the SEP request is issued
to firmware.
Cc: stable@kernel.org
Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <jbottomley@parallels.com>
Diffstat (limited to 'drivers/i2c')
0 files changed, 0 insertions, 0 deletions