Re: [PATCH 3.10] mmc: block: fix a bug of error handling in MMC driver

2013-12-06 Thread Luis Henriques
On Fri, Dec 06, 2013 at 01:45:33AM +0900, Yoshitake Kobayashi wrote: > From: KOBAYASHI Yoshitake > > commit c8760069627ad3b0dbbea170f0c4c58b16e18d3d upstream. Thank you, I'm queuing this patch to the 3.11 kernel as well. Cheers, -- Luis > > Current MMC driver doesn't handle generic error (bi

[PATCH 3.10] mmc: block: fix a bug of error handling in MMC driver

2013-12-05 Thread Yoshitake Kobayashi
From: KOBAYASHI Yoshitake commit c8760069627ad3b0dbbea170f0c4c58b16e18d3d upstream. Current MMC driver doesn't handle generic error (bit19 of device status) in write sequence. As a result, write data gets lost when generic error occurs. For example, a generic error when updating a filesystem man