diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-10 19:20:16 (GMT) |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2017-05-29 08:28:51 (GMT) |
commit | 7ca0d3dde177fa4245f4a6174c577a58c8a3051d (patch) | |
tree | 7f3693a44daaf4aa2b583394ec1af089dd185f15 /drivers/power/regulator | |
parent | 380e86f361e4e2aef83295972863654fde157560 (diff) | |
download | u-boot-7ca0d3dde177fa4245f4a6174c577a58c8a3051d.tar.xz |
mmc: Change 'part_config' to be a u8 not char.
In some places we check if part_config is set to MMCPART_NOAVAILABLE
(0xff). With part_config being a char this is always false. We should
be using a u8 to store this value instead, after a quick consultation
with the Linux Kernel. Reported by clang-3.8.
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/power/regulator')
0 files changed, 0 insertions, 0 deletions