Re: [U-Boot] [PATCH v2 07/10] scsi: make the LUN a parameter of scsi_detect_dev()

2017-04-15 Thread Simon Glass
On 9 April 2017 at 13:27, Simon Glass wrote: > On 7 April 2017 at 05:42, Jean-Jacques Hiblot wrote: >> This is a cosmetic change. target and LUN have kind of the same role in >> this function. One of them was passed as a parameter and the other was >> embedded in a structure. For consistency, pas

Re: [U-Boot] [PATCH v2 07/10] scsi: make the LUN a parameter of scsi_detect_dev()

2017-04-09 Thread Simon Glass
On 7 April 2017 at 05:42, Jean-Jacques Hiblot wrote: > This is a cosmetic change. target and LUN have kind of the same role in > this function. One of them was passed as a parameter and the other was > embedded in a structure. For consistency, pass both of them as parameters. > > Signed-off-by: Je

Re: [U-Boot] [PATCH v2 07/10] scsi: make the LUN a parameter of scsi_detect_dev()

2017-04-08 Thread Tom Rini
On Fri, Apr 07, 2017 at 01:42:06PM +0200, Jean-Jacques Hiblot wrote: > This is a cosmetic change. target and LUN have kind of the same role in > this function. One of them was passed as a parameter and the other was > embedded in a structure. For consistency, pass both of them as parameters. > >

[U-Boot] [PATCH v2 07/10] scsi: make the LUN a parameter of scsi_detect_dev()

2017-04-07 Thread Jean-Jacques Hiblot
This is a cosmetic change. target and LUN have kind of the same role in this function. One of them was passed as a parameter and the other was embedded in a structure. For consistency, pass both of them as parameters. Signed-off-by: Jean-Jacques Hiblot --- common/scsi.c | 14 +++--- 1 fi