]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: scsi: if_typename should be scsi
authorEd Swarthout <Ed.Swarthout@nxp.com>
Wed, 1 Jun 2016 13:11:24 +0000 (08:11 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2016 17:39:12 +0000 (13:39 -0400)
commit69c125fe7b7dd057ed3e9013e6786b9f374cf8cd
treecdff0c2fd08e8fa33be0c769a541b35be6a3b20f
parentffd859979e2a84bccc14188d9fa760b2e4813515
dm: scsi: if_typename should be scsi

Fixes:

=> ext2ls scsi 0:1
** Bad device scsi 0:1 **

for boards which use the scsi legacy driver (such as ls1043ardb).

Signed-off-by: Ed Swarthout <Ed.Swarthout@nxp.com>
Tested-by: George McCollister <george.mccollister@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
common/scsi.c