]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc/dwmmc: Using calloc instead malloc
authorChin Liang See <clsee@altera.com>
Wed, 18 Dec 2013 17:16:01 +0000 (11:16 -0600)
committerPantelis Antoniou <panto@antoniou-consulting.com>
Wed, 8 Jan 2014 17:02:41 +0000 (19:02 +0200)
commitfd26b5490bef8e8a37e33a9b3c4960d7a8734067
tree2b1f2e05311e25cce469c7e3cdaa142819a91bdf
parentdae6c6ba95f61326e8012c2fec372a6735ba46b9
mmc/dwmmc: Using calloc instead malloc

To enhance the SDMMC DesignWare driver to use calloc instead of
malloc. This will avoid the incident that uninitialized members
of mmc structure are later used for NULL comparison.

Signed-off-by: Chin Liang See <clsee@altera.com>
Cc: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Mischa Jonker <mjonker@synopsys.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Andy Fleming <afleming@freescale.com>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
drivers/mmc/dw_mmc.c [changed mode: 0644->0755]