Re: [PATCH] mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg()

2020-06-18 Thread Lokesh Vutla
On 05/06/20 1:33 am, Tom Rini wrote: > 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 > Cc: Lokesh Vutla > Signed-off-by: Tom Rini Applied to u-boo

Re: [PATCH] mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg()

2020-06-05 Thread Tom Rini
On Fri, Jun 05, 2020 at 10:16:53AM +0530, Lokesh Vutla wrote: > > > On 05/06/20 1:33 am, Tom Rini wrote: > > 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. > > > > C

Re: [PATCH] mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg()

2020-06-04 Thread Lokesh Vutla
On 05/06/20 1:33 am, Tom Rini wrote: > 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 > Cc: Lokesh Vutla > Signed-off-by: Tom Rini Reviewed-by: Lok

RE: [PATCH] mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg()

2020-06-04 Thread Peng Fan
> Subject: [PATCH] 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 > Cc: Lokesh Vutla > Si