commit | aea253ecffecd38b5ab97edd73fbe2842a7de371 | [log] [tgz] |
---|---|---|
author | Vladimir Motyka <vladimir.motyka@gmail.com> | Wed May 11 00:00:43 2011 -0400 |
committer | Chris Ball <cjb@laptop.org> | Tue May 24 23:53:49 2011 -0400 |
tree | 43ed3d608705c5a7fb5dbdbb8d75efa120f114ba | |
parent | cf2b5eea1ea0ff9b3184bc6771bcb93a9fdcd1d9 [diff] |
mmc: card: fix potential null dereference of 'idata' When allocation of idata failed there was a null dereference. Also avoid calling kfree where it isn't needed. Signed-off-by: Vladimir Motyka <vladimir.motyka@gmail.com> Signed-off-by: Chris Ball <cjb@laptop.org>