]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: fsl_esdhc: remove redundant DM_MMC checking
authorYangbo Lu <yangbo.lu@nxp.com>
Mon, 21 Oct 2019 10:09:08 +0000 (18:09 +0800)
committerPeng Fan <peng.fan@nxp.com>
Tue, 29 Oct 2019 02:09:21 +0000 (10:09 +0800)
commit5bd8780f72c2c956d698b54089dd0a82f88fbc01
tree4ebe76ee09c7cbdb2661a45748fc0b5de4c63e66
parenta29bdd0d1d80e76623a492e7a9c62ccb5624c1f5
mmc: fsl_esdhc: remove redundant DM_MMC checking

Remove redundant DM_MMC checking which is already in DM_MMC conditional
compile block.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
drivers/mmc/fsl_esdhc.c