The patch titled Subject: drivers/scsi/mpt2sas/mpt2sas_scsih.c: fix unused variable warning has been removed from the -mm tree. Its filename was scsi-fix-unused-variable-warning-in-mpt2sas_scsihc.patch This patch was dropped because this couldn't have been tested? The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ From: Rakib Mullick <rakib.mullick@xxxxxxxxx> Subject: drivers/scsi/mpt2sas/mpt2sas_scsih.c: fix unused variable warning drivers/scsi/mpt2sas/mpt2sas_scsih.c: In function `_scsih_sas_broadcast_primative_event': drivers/scsi/mpt2sas/mpt2sas_scsih.c:5729:40: warning: unused variable `event_data' Signed-off-by: Rakib Mullick <rakib.mullick@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/scsi/mpt2sas/mpt2sas_scsih.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff -puN drivers/scsi/mpt2sas/mpt2sas_scsih.c~scsi-fix-unused-variable-warning-in-mpt2sas_scsihc drivers/scsi/mpt2sas/mpt2sas_scsih.c --- a/drivers/scsi/mpt2sas/mpt2sas_scsih.c~scsi-fix-unused-variable-warning-in-mpt2sas_scsihc +++ a/drivers/scsi/mpt2sas/mpt2sas_scsih.c @@ -5763,7 +5763,6 @@ _scsih_sas_broadcast_primative_event(str u32 termination_count; u32 query_count; Mpi2SCSITaskManagementReply_t *mpi_reply; - Mpi2EventDataSasBroadcastPrimitive_t *event_data = fw_event->event_data; u16 ioc_status; unsigned long flags; int r; @@ -5772,8 +5771,8 @@ _scsih_sas_broadcast_primative_event(str mutex_lock(&ioc->tm_cmds.mutex); dewtprintk(ioc, printk(MPT2SAS_INFO_FMT "%s: enter: phy number(%d), " - "width(%d)\n", ioc->name, __func__, event_data->PhyNum, - event_data->PortWidth)); + "width(%d)\n", ioc->name, __func__, fw_event->event_data->PhyNum, + fw_event->event_data->PortWidth)); _scsih_block_io_all_device(ioc); _ Patches currently in -mm which might be from rakib.mullick@xxxxxxxxx are linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html