commit | 5c7648b0e8ed6c0a3f99fadee8b10a2aa46ec23f | [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 | 803876d57b4398cb77ff0969f61e8fc48a69b745 [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>