On 08/18/2014 08:01 AM, Alexander Gordeev wrote:
> Signed-off-by: Alexander Gordeev <agord...@redhat.com>
> Cc: Anil Ravindranath <anil_ravindran...@pmc-sierra.com>
> Cc: linux-s...@vger.kernel.org
> Cc: linux-...@vger.kernel.org
> ---
>  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 <the...@redhat.com>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to