]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: armada38x: Remove unused variable from armada38x_rtc_set_time()
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 4 Jul 2015 18:27:34 +0000 (15:27 -0300)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 17 Jul 2015 22:42:31 +0000 (00:42 +0200)
commitd80238bbcad33218c8d34662f144dfb146c2d57b
tree79f74981c2188f2d9412d86b120c96bfe64d5150
parentbaeca4495f53bd0c51c24e5467ef1a7ba5e17f6d
rtc: armada38x: Remove unused variable from armada38x_rtc_set_time()

Remove the 'flags' variable in order to fix the following warning:

drivers/rtc/rtc-armada38x.c:91:22: warning: unused variable 'flags' [-Wunused-variable]

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-armada38x.c