mmc: relocate code comment
authorBaruch Siach <baruch@tkos.co.il>
Mon, 22 Jul 2019 12:52:12 +0000 (15:52 +0300)
committerPeng Fan <peng.fan@nxp.com>
Wed, 31 Jul 2019 07:31:36 +0000 (15:31 +0800)
commitfea3939d31ccde5b8372bc5506a35ac169de03c8
tree086be3014a1a216c617420d52ad9b443095006d4
parentcaa332336d6b2b2109894ac12e839bdc79a678b1
mmc: relocate code comment

The comment about init op being NULL used to be next to the NULL check
code. Commit 8ca51e51c182 ("dm: mmc: Add a way to use driver model for
MMC operations") separated the comment from the code. Put them back
together.

Fixes: 8ca51e51c182 ("dm: mmc: Add a way to use driver model for MMC operations")
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
drivers/mmc/mmc.c