commit | 0c447f09742f02380fbe6d4fa92c4b248316a46e | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Fri Apr 07 13:42:06 2017 +0200 |
committer | Simon Glass <sjg@chromium.org> | Fri Apr 14 19:38:57 2017 -0600 |
tree | 7d01edd2d9e530b4f13bf635a4f7db63fbc1c52b | |
parent | abaf3eb1c8bbb96afac9af2add5434f00db1f844 [diff] |
scsi: make the LUN a parameter of scsi_detect_dev() 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 <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>