commit | d95b7063535589c98834cfc92c46e1ffaf749085 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Sep 12 10:35:52 2013 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Fri Sep 20 17:55:36 2013 +0200 |
tree | ecba95ba0916d8a83babf430dfb7cd46ddb93561 | |
parent | eda2b3fd941ddb7f43a5a5a7796ceee289452d27 [diff] |
mmc: fsl_esdhc: Check the result from malloc() malloc can fail, so we should better check its return value before using it. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>