commit | 8b34134907e7d70b8b51fa56ecd4f8c50c46692c | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Thu Oct 15 21:11:33 2020 +0200 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Mon Oct 19 22:48:55 2020 +0200 |
tree | 57a64302d18919402b7afad86f2c58db059738c8 | |
parent | 2a8f3380c9e50a36b99a92febfd78f7c7afd29b0 [diff] |
rtc: r9701: stop setting RWKCNT tm_wday is never checked for validity and it is not read back in r9701_get_datetime. Avoid setting it to stop tripping static checkers: drivers/rtc/rtc-r9701.c:109 r9701_set_datetime() error: undefined (user controlled) shift '1 << dt->tm_wday' Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20201015191135.471249-4-alexandre.belloni@bootlin.com