On Tue, 2012-11-27 at 02:46 +0530, sreekanth.reddy@xxxxxxx wrote: > This patch contains code related to Scsi Host Layer for > MPT (Message Passing Technology) based controllers > This patch is part 2 of mpt3sas_scsih.c > > This patch also Fixes the error: > > drivers/scsi/mpt3sas/mpt3sas_scsih.c:5368:2: error: ‘event_data’ > undeclared (first use in this function) > drivers/scsi/mpt3sas/mpt3sas_scsih.c:5368:2: note: each undeclared > identifier is reported only once for each function it appears in And now we get this: drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function ‘_scsih_sas_broadcast_primitive_event’: drivers/scsi/mpt3sas/mpt3sas_scsih.c:5368:2: warning: dereferencing ‘void *’ pointer [enabled by default] drivers/scsi/mpt3sas/mpt3sas_scsih.c:5368:2: error: request for member ‘PhyNum’ in something not a structure or union drivers/scsi/mpt3sas/mpt3sas_scsih.c:5368:2: warning: dereferencing ‘void *’ pointer [enabled by default] drivers/scsi/mpt3sas/mpt3sas_scsih.c:5368:2: error: request for member ‘PortWidth’ in something not a structure or union make[3]: *** [drivers/scsi/mpt3sas/mpt3sas_scsih.o] Error 1 I'm not your compile service. prepare the whole series against scsi-misc, please, *compile* and test it and then resubmit. 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