commit | 87f79c513b4e80745ca6fa87b5c4196d4aa61a3b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 22 05:07:24 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 08 23:07:59 2022 -0500 |
tree | 65d8d1376dfe73d0c48fc5f07ad4447761d31f42 | |
parent | 8e15fc6cd7a9957b2e6bcef665c431af8629b238 [diff] |
mmc: fsl: Use brackets around if() At present the IS_ENABLED() macro has extra brackets, making it possible to write: if IS_ENABLED(CONFIG_XXX) but it is a bit confusing. Add the missing brackets. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>