commit | 74aaa3fb053c8601ed18e10a3441636da544558a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 13 20:29:54 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 27 17:03:16 2021 -0500 |
tree | b672502b232890b5a7155d607937fc27bf186fee | |
parent | 5c9c49eb3927adb164189ceb4c1e1272126eb47a [diff] |
mmc: pci_mmc: Set the removable flag Set this flag so that it is available to those looking at the device. For non-removable devices there is no need to check for insertion/removable since the media can never change. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>