commit | d0cc456dc3561d473926e60fb10ab643790a9ac7 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon May 05 10:40:16 2014 -0600 |
committer | Lukasz Majewski <l.majewski@samsung.com> | Thu May 08 10:38:29 2014 +0200 |
tree | 5b53613d86e6db5285f9ade0dadaf9913694a155 | |
parent | abfe8afe88d6d8219602659f44981411e1daeb1d [diff] |
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>