commit | 5a18f871fa93710e1409b4ba1487daf37cbc5f08 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 08 08:33:00 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 24 16:40:09 2020 -0400 |
tree | 7d0842fd3a139b5dc7d73438711b6f0d5f438c06 | |
parent | baefa09c1b624e73431ba25884d442a39b4b34d5 [diff] |
dm: mmc: Update mmc_get_mmc_dev() to use const * This function does not modify the device to change it to use const *, so that callers with a const udevice * can call it without a cast. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>