Re: [PATCH] RTC/max6900: use rtc_valid_tm to check returning tm for max6900

From: Wan ZongShun
Date: Tue Jun 22 2010 - 05:42:09 EST


Signed-off-by: Wan ZongShun <mcuos.com@xxxxxxxxx>

> Use rtc_valid_tm to check returning tm for max6900,
> it can avoid returning wrong tm value.
> ---
> Âdrivers/rtc/rtc-max6900.c | Â Â2 +-
> Â1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/rtc/rtc-max6900.c b/drivers/rtc/rtc-max6900.c
> index a4f6665..486142c 100644
> --- a/drivers/rtc/rtc-max6900.c
> +++ b/drivers/rtc/rtc-max6900.c
> @@ -159,7 +159,7 @@ static int max6900_i2c_read_time(struct i2c_client *client, struct rtc_time *tm)
> Â Â Â Â Â Â Â Â Â Â Âbcd2bin(regs[MAX6900_REG_CENTURY]) * 100 - 1900;
> Â Â Â Âtm->tm_wday = bcd2bin(regs[MAX6900_REG_DW]);
>
> - Â Â Â return 0;
> + Â Â Â return rtc_valid_tm(tm);
> Â}
>
> Âstatic int max6900_i2c_clear_write_protect(struct i2c_client *client)
> --
> 1.6.3.3
>



--
*linux-arm-kernel mailing list
mail addr:linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
you can subscribe by:
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

* linux-arm-NUC900 mailing list
mail addr:NUC900@xxxxxxxxxxxxxxxx
main web: https://groups.google.com/group/NUC900
you can subscribe it by sending me mail:
mcuos.com@xxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/