commit | bf3e2464cd71a7345a652c9cae62f3ac8dbfb216 | [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 | 74d6c9ac0d8427457ee17404fd4bc5f119240bc7 [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>