]> git.sur5r.net Git - u-boot/commit
ums: use get_device() not find_mmc_device();
authorStephen Warren <swarren@nvidia.com>
Mon, 5 May 2014 16:40:16 +0000 (10:40 -0600)
committerLukasz Majewski <l.majewski@samsung.com>
Thu, 8 May 2014 08:38:29 +0000 (10:38 +0200)
commitd0cc456dc3561d473926e60fb10ab643790a9ac7
tree5b53613d86e6db5285f9ade0dadaf9913694a155
parentabfe8afe88d6d8219602659f44981411e1daeb1d
ums: use get_device() not find_mmc_device();

get_device() is a generic routine that will support any type of block
device. Use this instead of the type-specific find_mmc_device(), for
future flexibility.

Cc: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
common/cmd_usb_mass_storage.c