]> git.karo-electronics.de Git - linux-beck.git/commit
clocksource/drivers/timer-atmel-pit: Remove uselesss WARN_ON_ONCE
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 9 Sep 2016 11:13:49 +0000 (13:13 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 12 Sep 2016 05:28:45 +0000 (07:28 +0200)
commit0d41ec8dbf6766ae2f2b9622cc125be118638ccc
treec884a005a6195e132c467dd88dac1de16a37b0f5
parenta17686c462441a01973c18c4c47986a320a5ebe3
clocksource/drivers/timer-atmel-pit: Remove uselesss WARN_ON_ONCE

IRQ handlers are running with IRQ disabled for a while, remove wrong
comment and useless test.

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/timer-atmel-pit.c