[PATCH -next] [SCSI] csiostor: remove unused variable in csio_process_fwevtq_entry()

2013-03-15 Thread Wei Yongjun
From: Wei Yongjun The variable 'data' is initialized but never used otherwise, so remove the unused variable. Signed-off-by: Wei Yongjun --- drivers/scsi/csiostor/csio_hw.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/scsi/csiostor/csio_hw.c b/drivers/scsi/csiostor/csio_hw.c

Re: [PATCH -next] [SCSI] csiostor: remove unused variable in csio_process_fwevtq_entry()

2013-03-15 Thread Naresh Kumar Inna
On 3/15/2013 3:31 PM, Wei Yongjun wrote: > From: Wei Yongjun > > The variable 'data' is initialized but never used > otherwise, so remove the unused variable. > > Signed-off-by: Wei Yongjun > --- > drivers/scsi/csiostor/csio_hw.c | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/dr