commit | 259cc637d566cb8da64ff84f83cdd072c7dfa649 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Feb 24 23:32:09 2024 +0100 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Mon Apr 15 15:19:12 2024 +0900 |
tree | 404b1e2586144331efbedf2daa596d0909a4ac85 | |
parent | aaf5927397e8cf37cfb3bf47a0b58026e6c20306 [diff] |
mmc: Convert hs400_tuning flag from u8 to bool This hs400_tuning is a flag, make it bool. No functional change. This will be useful in the following patch, which adds another more generic flag, where the compiler can better use the space now reserved for the u8 to store more flags in it. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>