On Wed, Jan 27, 2016 at 12:03:29PM -0500, Himanshu Madhani wrote:
> From: Joe Carnuccio <joe.carnuc...@qlogic.com>
> 
> Signed-off-by: Joe Carnuccio <joe.carnuc...@qlogic.com>
> Signed-off-by: Himanshu Madhani <himanshu.madh...@qlogic.com>
> ---
>  drivers/scsi/qla2xxx/qla_init.c |    3 ---
>  1 files changed, 0 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
> index 52a8765..a663ff6 100644
> --- a/drivers/scsi/qla2xxx/qla_init.c
> +++ b/drivers/scsi/qla2xxx/qla_init.c
> @@ -2844,7 +2844,6 @@ qla2x00_nvram_config(scsi_qla_host_t *vha)
>       if (nv->login_timeout < 4)
>               nv->login_timeout = 4;
>       ha->login_timeout = nv->login_timeout;
> -     icb->login_timeout = nv->login_timeout;
>  
>       /* Set minimum RATOV to 100 tenths of a second. */
>       ha->r_a_tov = 100;
> @@ -5274,7 +5273,6 @@ qla24xx_nvram_config(scsi_qla_host_t *vha)
>       if (le16_to_cpu(nv->login_timeout) < 4)
>               nv->login_timeout = cpu_to_le16(4);
>       ha->login_timeout = le16_to_cpu(nv->login_timeout);
> -     icb->login_timeout = nv->login_timeout;
>  
>       /* Set minimum RATOV to 100 tenths of a second. */
>       ha->r_a_tov = 100;
> @@ -6231,7 +6229,6 @@ qla81xx_nvram_config(scsi_qla_host_t *vha)
>       if (le16_to_cpu(nv->login_timeout) < 4)
>               nv->login_timeout = cpu_to_le16(4);
>       ha->login_timeout = le16_to_cpu(nv->login_timeout);
> -     icb->login_timeout = nv->login_timeout;
>  
>       /* Set minimum RATOV to 100 tenths of a second. */
>       ha->r_a_tov = 100;
> -- 
> 1.7.7
> 
> --
> 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

You really should be a bit more verbose in your commit messages...

Reviewed-by: Johannes Thumshirn <jthumsh...@suse.de>
-- 
Johannes Thumshirn                                          Storage
jthumsh...@suse.de                                +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850
--
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