commit | 239cb2f3ed6e7687232e0e5208cceb7d0014a298 | [log] [tgz] |
---|---|---|
author | Jaehoon Chung <jh80.chung@samsung.com> | Fri Jan 26 19:25:29 2018 +0900 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Tue May 08 13:12:33 2018 +0900 |
tree | eadfc8e9646215ff4946949ffd7a09566ef255a3 | |
parent | 42e214c6b9d82b4ed2a9133e7807809b1117736a [diff] |
mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h mmc_set_clock() function has the disable argument as bool type. When mmc_set_clock is called, it might be passed to "true" or "false". But it's too confusion whether clock is enabled or disabled with only "true" and "false". To prevent the confusion, replace to MMC_CLK_ENABLE/DISABLE macro from true/false. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>