commit | 31cf742f515c275d22843c4c756e048d2b6d716c | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Tue Sep 27 08:44:33 2016 -0700 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Oct 17 15:42:25 2016 +0200 |
tree | cc4a62e30d760b0d528d3e5ec443cd2c18f1d16a | |
parent | 02265cd60335a2c1417abae4192611e1fc05a6e5 [diff] |
mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unused The rtsx_usb_sdmmc driver may bail out in its ->set_ios() callback when no SD card is inserted. This is wrong, as it could cause the device to remain runtime resumed when it's unused. Fix this behaviour. Tested-by: Ritesh Raj Sarraf <rrs@researchut.com> Cc: <stable@vger.kernel.org> Cc: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>