From: Kashyap, Desai Date: Wed, 4 May 2011 11:05:58 +0000 (+0530) Subject: [SCSI] mpt2sas: move even handling of MPT2SAS_TURN_ON_FAULT_LED into process context X-Git-Tag: v3.0-rc1~33^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ace8e052be5293ebb3e00f819effccc64108a38;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed