]> git.baikalelectronics.ru Git - uboot.git/commit
dm: scsi: Document and rename the scsi_scan() parameter
authorSimon Glass <sjg@chromium.org>
Thu, 15 Jun 2017 03:28:41 +0000 (21:28 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:19 +0000 (10:08 -0600)
commit70464d2c9ce9053ec9bff03873b95503130d6ff8
tree2ec0bcfab13a2374da951e8b7339d264fd19985b
parentfeaba9a3f5cd6443013f5b0ee3d183e5f66833c8
dm: scsi: Document and rename the scsi_scan() parameter

The 'mode' parameter is actually a flag to determine whether to display
a list of devices found during the scan. Rename it to reflect this, add a
function comment and adjust callers to use a boolean.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/arm/cpu/armv7/ls102xa/ls102xa_sata.c
arch/arm/cpu/armv8/fsl-layerscape/soc.c
board/highbank/highbank.c
cmd/scsi.c
common/spl/spl_sata.c
drivers/scsi/scsi.c
include/scsi.h