rtc_valid_tm doesn't check tm_wday

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Uwe
Date: Monday, April 28, 2008 - 11:44 pm

Hello,

I'm currently writing an rtc driver and want to use rtc_valid_tm to
assert to have a valid date before writing it to the rtc.

Now I wonder why rtc_valid_tm doesn't check tm_wday for being in the
range [0 .. 6].  Is there a reason?  I could imagine that you want to
be able to check paritial "struct rtc_time"s, too.

So should I check tm_wday myself?

Best regards
Uwe

-- 
Uwe Kleine-König, Software Engineer
Digi International GmbH Branch Breisach, Küferstrasse 8, 79206 Breisach, Germany
Tax: 315/5781/0242 / VAT: DE153662976 / Reg. Amtsgericht Dortmund HRB 13962
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
rtc_valid_tm doesn't check tm_wday, Uwe , (Mon Apr 28, 11:44 pm)
Re: rtc_valid_tm doesn't check tm_wday, David Brownell, (Tue Apr 29, 3:40 am)
Re: rtc_valid_tm doesn't check tm_wday, Uwe , (Tue Apr 29, 5:22 am)