commit | f4826fb137a4514163aeea31ca8d17e70fcb37e4 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Fri Dec 18 22:02:11 2020 +0000 |
committer | Andre Przywara <andre.przywara@arm.com> | Sat Jul 10 01:22:09 2021 +0100 |
tree | f9aa2e4738f31fc69e3986837220ec9515336c8f | |
parent | b8747854de7f4aaa8d8a60842c5a97358d4ad891 [diff] |
mmc: sunxi: Avoid #ifdefs in delay and width setup The delay and bus-width setup are slightly different across the Allwinner SoC generations, and we covered this so far with some preprocessor conditionals. Use the more readable IS_ENABLE() instead. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>