commit | feb7fa3d2fbb4b238e545f04c952536f9a43227f | [log] [tgz] |
---|---|---|
author | John Keeping <john@metanate.com> | Tue Dec 07 16:09:35 2021 +0000 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Wed Jan 12 09:56:40 2022 +0900 |
tree | 38a395780bfc8c205ca859b5d269fb1f4ac057f6 | |
parent | ab3d15435ce276b30bb85f6c4860ca078a3f6fa3 [diff] |
mmc: dwmmc: return a proper error code when busy When failing to send a command because the hardware is busy, return EBUSY to indicate the cause instead of just -1. Signed-off-by: John Keeping <john@metanate.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>