commit | 2bc25f621b6e3f48a7668541b2351936e25fe2b8 | [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 | 04e2ed3d7e2d5ff8969cc72ed62e880bc6ac1678 [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>