]> git.baikalelectronics.ru Git - uboot.git/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)
commit964bd5c51aa13d70bf9786dd21608a68e2c2c413
tree92f81c16d62e338b10db3663feeeafaa4c5e79e2
parent37b841f25778be62245ca8f76fe70758911db09a
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