commit | 93cb515fe307453ccf8250cf56b3cc1a3dc06a6f | [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 | d67f9e35c4573fd6389d41a7dfdfaf1e6a155005 [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>