]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: ds1374: Remove unused variable
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 10 Aug 2015 12:47:45 +0000 (09:47 -0300)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 5 Sep 2015 17:37:22 +0000 (19:37 +0200)
commitd78908d9717b627a261b1bfe6feb67181e12752e
tree84300d709262641da06d2f26804417aa7a2498fa
parent73798d5c41fdb434ccbeeec76afc8106869a98c3
rtc: ds1374: Remove unused variable

Remove unused variable 'res' and fix the following build warning:

drivers/rtc/rtc-ds1374.c:667:6: warning: unused variable 'res' [-Wunused-variable]

Reported-by: Olof's autobuilder <build@lixom.net>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-ds1374.c