commit | 15a91651bffa1892eec04dc10b02e24a123203ef | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Mon Jun 12 17:50:52 2017 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Wed Jul 12 09:44:22 2017 +0200 |
tree | 92f81c16d62e338b10db3663feeeafaa4c5e79e2 | |
parent | ed2d02d4ceb8d76057200c0970df6966c63959d9 [diff] |
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>