commit | 6cd60b37f72b2d15b8983431546af50b7064935d | [log] [tgz] |
---|---|---|
author | Nikith Ganigarakoppal <Nikith.Ganigarakoppal@pmcs.com> | Mon Nov 11 15:28:14 2013 +0530 |
committer | James Bottomley <JBottomley@Parallels.com> | Mon Dec 02 10:47:38 2013 -0800 |
tree | 633f75f4e9026187b4c2db97b23c3d002f365f35 | |
parent | 7d029005484a6125a91a075518b9cfde830bc709 [diff] |
[SCSI] pm80xx: Tasklets synchronization fix. When multiple vectors are used, the vector variable is over written, resulting in unhandled operation for those vectors. This fix prevents the problem by maitaining HBA instance and vector values for each irq. [jejb: checkpatch fixes] Signed-off-by: Nikith.Ganigarakoppal@pmcs.com Signed-off-by: Anandkumar.Santhanam@pmcs.com Reviewed-by: Jack Wang <jinpu.wang@profitbricks.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>