]> git.ipfire.org Git - people/ms/u-boot.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)
commit8eab1a58dd53cbf89dca54f91cf3fbb51d714644
tree2ec0bcfab13a2374da951e8b7339d264fd19985b
parent4682c8a19b4eb69f7ad51df3f543375583ce878a
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