On Wed, 2013-11-13 at 05:36 -0800, Anand wrote: > >From 9dda7700201be93d4d2b83c2733be3d582859bc7 Mon Sep 17 00:00:00 2001 > From: Nikith Ganigarakoppal <Nikith.Ganigarakoppal@xxxxxxxx> > Date: Mon, 11 Nov 2013 15:28:14 +0530 > Subject: [PATCH V2 4/4] 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. This has some checkpatch warnings which I fixed: WARNING: space prohibited before semicolon #107: FILE: drivers/scsi/pm8001/pm8001_init.c:485: + for (j = 0; j < PM8001_MAX_MSIX_VEC ; j++) WARNING: space prohibited before semicolon #163: FILE: drivers/scsi/pm8001/pm8001_init.c:934: + for (j = 0; j < PM8001_MAX_MSIX_VEC ; j++) WARNING: space prohibited before semicolon #193: FILE: drivers/scsi/pm8001/pm8001_init.c:982: + for (j = 0; j < PM8001_MAX_MSIX_VEC ; j++) WARNING: space prohibited before semicolon #220: FILE: drivers/scsi/pm8001/pm8001_init.c:1051: + for (j = 0; j < PM8001_MAX_MSIX_VEC ; j++) total: 0 errors, 4 warnings, 220 lines checked Please run the patch through checkpatch before sending it in. Thanks, James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html