]> git.sur5r.net Git - u-boot/commit
mmc: fsl_esdhc: correct type of wp_enable
authorPeng Fan <peng.fan@nxp.com>
Mon, 12 Jun 2017 09:50:52 +0000 (17:50 +0800)
committerStefano Babic <sbabic@denx.de>
Wed, 12 Jul 2017 07:44:22 +0000 (09:44 +0200)
commit15a91651bffa1892eec04dc10b02e24a123203ef
tree92f81c16d62e338b10db3663feeeafaa4c5e79e2
parented2d02d4ceb8d76057200c0970df6966c63959d9
mmc: fsl_esdhc: correct type of wp_enable

The type should be int, not u8. cfg->wp_enable will finally be
assigned to priv->wp_enable whose type is int.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
include/fsl_esdhc.h