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)
commitd53bf24db3776842876f83a29a7cd8db2aa3c5ab
tree4aeb345db775b98291c132d1587f562cad0b747f
parent9aa0d0be3856749c3be08089fe12a1f4494a030b
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