]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: xilinx: Fix calibval variable type
authorSrinivas Goud <srinivas.goud@xilinx.com>
Tue, 8 Oct 2019 14:25:41 +0000 (16:25 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 14 Oct 2019 15:49:19 +0000 (17:49 +0200)
commit228a443a0300f13850670c7656e0bc74a6280bbb
tree4aeb345db775b98291c132d1587f562cad0b747f
parent6535b6b81dd8458a35b79a5b406988b6f0ba5fa6
rtc: xilinx: Fix calibval variable type

This patch fixes the warnings reported by static code analysis.
Updated calibval variable type to unsigned type from signed.

Signed-off-by: Srinivas Goud <srinivas.goud@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/20765c4c27aa92c75426b82fd2815ebef6471492.1570544738.git.michal.simek@xilinx.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-zynqmp.c