commit | 2af17e2573e8f4b949658ac45cad2e825e5aedc0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Jun 04 16:03:55 2020 -0400 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jun 16 17:00:02 2020 +0530 |
tree | ab3ea11f8fb7b751ad21d444eeb78071d9f20640 | |
parent | a37f765219870e4cb4ed9590dff77ed8a380a462 [diff] |
mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg() We only call the function omap_hsmmc_get_cfg in the case of OMAP34XX or when we have to iodelay recalibration. Add guards for these checks as clang will otherwise warn. Cc: Peng Fan <peng.fan@nxp.com> Cc: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>