OSDN Git Service

clocksource/drivers/timer-vf-pit: Add missing parenthesis
authorafzal mohammed <afzal.mohd.ma@gmail.com>
Mon, 23 Mar 2020 06:11:30 +0000 (11:41 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 5 Apr 2020 07:24:58 +0000 (09:24 +0200)
commit760a53768610d427990192b5cfdb71310e1373db
tree53502d7df758e723474118d40561bed2a9f91b79
parent73d20564e0dcae003e0d79977f044d5e57496304
clocksource/drivers/timer-vf-pit: Add missing parenthesis

Recently all usage of setup_irq() was replaced by request_irq(). The
replacement in timer-vf-pit.c missed closing parentheses resulting in a build
error (vf610m4_defconfig). Fix it.

Fixes: cc2550b421aa ("clocksource: Replace setup_irq() by request_irq()")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200323061130.GA6286@afzalpc
drivers/clocksource/timer-vf-pit.c