]> Git Repo - u-boot.git/commit
mmc: fsl_esdhc: correct type of wp_enable
authorPeng Fan <[email protected]>
Mon, 12 Jun 2017 09:50:52 +0000 (17:50 +0800)
committerStefano Babic <[email protected]>
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 <[email protected]>
include/fsl_esdhc.h
This page took 0.03136 seconds and 4 git commands to generate.