| commit | d913f6c096525516dc3f82fb77348340c65413e8 | [log] [tgz] |
|---|---|---|
| author | Maya Erez <merez@codeaurora.org> | Wed Sep 07 13:12:10 2011 +0300 |
| committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:18:42 2011 -0700 |
| tree | aa4d412ba0f5db386646a1e5661d4b411fbd9501 | |
| parent | 550be3da2993507a81cd77a42f31c45533e146ca [diff] |
msm: sdio: read the HW mailbox in sdio_close flush procedure In the sdio_close flush procedure we need to make sure read_mailbox is done to verify that the rx bytes avail were updated, before we can complete the flush. In case the apps is loaded, we cannot assume that read_mailbox was done during the wait time and we need to explicitly call read_mailbox. Signed-off-by: Maya Erez <merez@codeaurora.org>