Re: [PATCH 1/1] scsi/snic: fixing the error print

2015-06-25 Thread Narsimhulu Musini (nmusini)
On 25/06/15 3:22 pm, "Maninder Singh" wrote: >Currently SNIC_HOST_ERR is called in both cases >whether snic_disc_start returns zero or non-zero. > >From the code it looks like it has to print only if >snic_disc_start return non-zero value, So calling >SNIC_HOST_ERR only for non-zero return from

[PATCH 1/1] scsi/snic: fixing the error print

2015-06-25 Thread Maninder Singh
Currently SNIC_HOST_ERR is called in both cases whether snic_disc_start returns zero or non-zero. >From the code it looks like it has to print only if snic_disc_start return non-zero value, So calling SNIC_HOST_ERR only for non-zero return from snic_disc_start. Signed-off-by: Maninder Singh Revi