commit | e812831438952e32a2b6f4b36e15b20f882d97d1 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 10 15:20:16 2017 -0400 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Mon May 29 17:28:51 2017 +0900 |
tree | 7f3693a44daaf4aa2b583394ec1af089dd185f15 | |
parent | edc93f90cebb51776c2cc86fecb09a21f8a9abab [diff] |
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>