On 04/16/2015 03:47 PM, Don Brace wrote:
> From: Stephen Cameron <stephenmcame...@gmail.com>
> 
> add error handling for failure when registering with SCSI subsystem.
> 
> Reviewed-by: Scott Teel <scott.t...@pmcs.com>
> Reviewed-by: Kevin Barnett <kevin.barn...@pmcs.com>
> Signed-off-by: Don Brace <don.br...@pmcs.com>
> ---
>  drivers/scsi/hpsa.c |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
> index 037b549..292b8bd 100644
> --- a/drivers/scsi/hpsa.c
> +++ b/drivers/scsi/hpsa.c
> @@ -7427,7 +7427,9 @@ reinit_after_soft_reset:
>       h->access.set_intr_mask(h, HPSA_INTR_ON);
>  
>       hpsa_hba_inquiry(h);
> -     hpsa_register_scsi(h);  /* hook ourselves into SCSI subsystem */
> +     rc = hpsa_register_scsi(h); /* hook ourselves into SCSI subsystem */
> +     if (rc)
> +             goto clean4;
>  
>       /* Monitor the controller for firmware lockups */
>       h->heartbeat_sample_interval = HEARTBEAT_SAMPLE_INTERVAL;
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
Reviewed-by: Hannes Reinecke <h...@suse.de>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke                            zSeries & Storage
h...@suse.de                                   +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton
HRB 21284 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to