commit | c8c2702409430a6a2fd928e857f15773aaafcc99 | [log] [tgz] |
---|---|---|
author | Aditya Pakki <pakki001@umn.edu> | Sat Jan 05 08:14:41 2019 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 07 11:28:15 2019 +0100 |
tree | 2b442531fd07f3d3e21c20b592c8aaa8b4eec023 | |
parent | 045ee2d0d0757b02f7a8897c26bed3dc127aa564 [diff] |
Staging: rts5208: Fix error handling on rtsx_send_cmd In sd_execute_write_data, the rtsx_send_cmd could fail with ETIMEDOUT or EIO. The fix adds a check to handle these failures. Signed-off-by: Aditya Pakki <pakki001@umn.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>