commit | 3f786a8b6f586cb19925e2e9cc45fd0dacf40356 | [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 | 59f46f4a73b13dc500e6cdb13b507f2aa3bc8c45 [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>