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)
commit2913926f3b3dec282f8773e3c02377c9600d8267
tree4ebe76ee09c7cbdb2661a45748fc0b5de4c63e66
parent41dec2fe99512e941261594f522b2e7d485c314b
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