]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: opal: fix type of token
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 21 Sep 2015 13:33:56 +0000 (15:33 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sun, 8 Nov 2015 13:12:24 +0000 (14:12 +0100)
commitc35300941656508d37315625d276c5a104823505
tree89d6502da801582baff14cad54258b8af4ca3208
parentfa395fb8fc3206cdd70b046e0b98168576cc71ef
rtc: opal: fix type of token

The variable can take signed values.

The problem has been detected using proposed semantic patch
scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci [1].

[1]: http://permalink.gmane.org/gmane.linux.kernel/2038576

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-opal.c