[PATCH 1/3] rtc: sunxi: fix signedness issues

Chen-Yu Tsai wens at csie.org
Sun Nov 22 23:18:05 PST 2015


On Thu, Nov 19, 2015 at 6:50 PM, LABBE Corentin
<clabbe.montjoie at gmail.com> wrote:
> The variable year must be set as unsigned since it is used with
> sunxi_rtc_data_year{.min|.max} and as parameter of is_leap_year() which
> wait for unsigned int.
> Only tm_year is not unsigned, but it is long.
> This patch fix also the format of printing of min/max. (must use %u since
> they are unsigned)
>
> The parameter to of sunxi_rtc_setaie() must be set to uint since callers
> give always uint data.
>
> Signed-off-by: LABBE Corentin <clabbe.montjoie at gmail.com>

Acked-by: Chen-Yu Tsai <wens at csie.org>

Would've preferred you not changing the whitespace on the dev_err line though.



More information about the linux-arm-kernel mailing list