Re: [PATCH v1 07/13] memory: tegra: Fix compilation warnings on 64bit platforms

From: Krzysztof Kozlowski
Date: Fri May 21 2021 - 17:22:35 EST


On 20/05/2021 19:07, Dmitry Osipenko wrote:
> Fix compilation warning on 64bit platforms caused by implicit promotion
> of 32bit signed integer to a 64bit unsigned value which happens after
> enabling compile-testing of the EMC drivers.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Reviewed-by: Nathan Chancellor <nathan@xxxxxxxxxx>
> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>
> ---
> drivers/memory/tegra/tegra124-emc.c | 4 ++--
> drivers/memory/tegra/tegra30-emc.c | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>

Let me know if I should take the memory part.

Best regards,
Krzysztof