Skip to content
Commit 7ca0d3dd authored by Tom Rini's avatar Tom Rini Committed by Jaehoon Chung
Browse files

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: default avatarTom Rini <trini@konsulko.com>
parent 380e86f3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment