]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: Fix warning if CONFIG_MMC_TRACE is enabled
authorDirk Behme <dirk.behme@de.bosch.com>
Thu, 8 Mar 2012 02:35:34 +0000 (02:35 +0000)
committerWolfgang Denk <wd@denx.de>
Sat, 21 Apr 2012 15:04:04 +0000 (17:04 +0200)
commit146bec790599717930499a94a10accbbdda746ee
tree5731618a8c884d050106711b264392caa6f8f388
parent90579fdd4179f2ed531b3bc69b76c7842fa29ab3
mmc: Fix warning if CONFIG_MMC_TRACE is enabled

Fix the warning

mmc.c: In function 'mmc_send_cmd':
mmc.c:87: warning: assignment from incompatible pointer type

in case CONFIG_MMC_TRACE is enabled.

Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
CC: Andy Fleming <afleming@freescale.com>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Marek Vasut <marex@denx.de>
drivers/mmc/mmc.c