commit | 386c1b72360ad811ee4dcc5b598891d74180852c | [log] [tgz] |
---|---|---|
author | Pratibhasagar V <pratibha@codeaurora.org> | Fri Apr 26 18:59:55 2013 +0530 |
committer | Pratibhasagar V <pratibha@codeaurora.org> | Wed May 01 12:02:25 2013 +0530 |
tree | f4b665c25a6f3575480c90c0eabd07c2c98f0d6f | |
parent | e864c90a44870a6be9a8778dabf3eae69f29dafc [diff] |
mmc: block: Update error handling if block data is not available While handling IOCTL command, if the block is not available then in the bail-out path it is trying to free the block data which will be executed against NULL pointer. So, don't attempt to free the block data and only release the IOCTL data. CRs-Fixed: 476581 Change-Id: Icba46c861258d2d84b1fae5a2f5fca52ffe54255 Signed-off-by: Pratibhasagar V <pratibha@codeaurora.org>