commit | 2d7980faf92ffe784dece484820c4eceb59be30a | [log] [tgz] |
---|---|---|
author | Subhash Jadavani <subhashj@codeaurora.org> | Wed Jan 09 16:18:08 2013 +0530 |
committer | Subhash Jadavani <subhashj@codeaurora.org> | Tue Jan 15 21:15:15 2013 +0530 |
tree | 78f1eccdebb944ff57dc749d2fa2a3a7bc1ff2ab | |
parent | dc53e7d850df3748529b5f39c646d60a18746641 [diff] |
mmc: msm_sdcc: fix possible NULL pointer access There is a possibility that "data" pointer may be accessed in msmsdcc_irq() function when it's NULL. This change adds the proper check to avoid NULL pointer dereference. Change-Id: I95628cfb477d3e07436cffae84fa6baedc2e5905 Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>