From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 15 Apr 2017 10:07:24 -0600 Subject: [U-Boot] [PATCH v2 07/10] scsi: make the LUN a parameter of scsi_detect_dev() In-Reply-To: References: <1491565329-20267-1-git-send-email-jjhiblot@ti.com> <1491565329-20267-8-git-send-email-jjhiblot@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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, pass both of them as parameters. >> >> Signed-off-by: Jean-Jacques Hiblot >> --- >> common/scsi.c | 14 +++++++------- >> 1 file changed, 7 insertions(+), 7 deletions(-) >> > > Reviewed-by: Simon Glass Applied to u-boot-dm, thanks!