On 08/18/2014 08:01 AM, Alexander Gordeev wrote: > Signed-off-by: Alexander Gordeev <[email protected]> > Cc: Anil Ravindranath <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > drivers/scsi/pmcraid.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c > index 6f3275d..6e575ed 100644 > --- a/drivers/scsi/pmcraid.c > +++ b/drivers/scsi/pmcraid.c > @@ -4746,7 +4746,6 @@ pmcraid_isr_legacy: > pinstance->hrrq_vector[0].drv_inst = pinstance; > pinstance->hrrq_vector[0].vector = pdev->irq; > pinstance->num_hrrq = 1; > - rc = 0; > > rc = request_irq(pdev->irq, pmcraid_isr, IRQF_SHARED, > PMCRAID_DRIVER_NAME, &pinstance->hrrq_vector[0]);
Patch looks good to me. Reviewed-by: Tomas Henzl <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

