commit | 66e7ce74187bf03abd69f06f58600a58d577a849 | [log] [tgz] |
---|---|---|
author | Konstantin Dorfman <kdorfman@codeaurora.org> | Sun Sep 22 15:43:24 2013 +0300 |
committer | Konstantin Dorfman <kdorfman@codeaurora.org> | Wed Oct 09 17:37:18 2013 +0300 |
tree | 4ca6d8b471b61827e8b69675bcf04f912a1bc096 | |
parent | 9ac2b16db9f18bfe9b99a4746f2a0348bcc98bef [diff] |
sdhci: sdhci_stop_request() returns error when no request There is race between sdhci_tasklet_finish() and sdhci_stop_request(): when the request is finished before stop flow called, error returned. Change-Id: Ic036feae925b2e9e5435e44f97b24a179547bf49 Signed-off-by: Konstantin Dorfman <kdorfman@codeaurora.org>