commit | 72e4ee638d8e1d7d80079c37ec8641fec0d63016 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sun Nov 07 23:53:48 2021 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Wed Nov 10 00:45:35 2021 +0100 |
tree | 17b2d8a69ce326148e315b145b95d39ca2218eeb | |
parent | 03a86cda4123084c7969387e7e0b69f23c2f8acf [diff] |
rtc: pcf85063: silence cppcheck warning cppcheck warnings: (new ones prefixed by >>) >> drivers/rtc/rtc-pcf85063.c:292:40: warning: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] status = status & PCF85063_REG_SC_OS ? RTC_VL_DATA_INVALID : 0; Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20211107225349.110707-1-alexandre.belloni@bootlin.com