Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: rtc: rtc_mc146818: Patch incorrect field comparisons
Minutes and hour values are incorrectly compared with MAX_SEC. Compare minutes and hour to MAX_MIN and MAX_HOUR respectively. Signed-off-by: Daniel Kampert <DanielKampert@kampis-elektroecke.de>
- Loading branch information