| commit | e549b76fb8d7aa3c17a7a6770916f9aefb97ccef | [log] [tgz] |
|---|---|---|
| author | Karthikeyan Ramasubramanian <kramasub@codeaurora.org> | Fri Sep 02 12:16:09 2011 -0600 |
| committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:18:09 2011 -0700 |
| tree | 340da4cd99e21ac421033ee010dbd566c787210d | |
| parent | 1bc306ad8db1bd0b5cc55361d905cbc04d75ef62 [diff] |
msm: sdio_cmux: Abort TX when sdio_write failed with -ENODEV When sdio_write fails with a return value of -ENODEV, it has got into an unrecoverable error state. So abort the transmission and hence avoid flooding the kernel logs with error messages. Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>