]> code.ossystems Code Review - bsp/u-boot.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)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Jul 2017 12:05:02 +0000 (09:05 -0300)
commit3657cae890bc44e336fa67d63203853759bb71c8
tree405104fb1bba3d61d0582db3ebb6e6c7b988fb4c
parent45103e1030f10ad0df23b2da85f706edbd0369de
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