aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-microchip-pit64b.c
diff options
context:
space:
mode:
authorafzal mohammed <[email protected]>2020-03-12 06:48:17 +0000
committerDaniel Lezcano <[email protected]>2020-03-12 18:23:06 +0000
commit470cf1c28d2f601ea666a96d676c10b09b2321ab (patch)
treed21075b34c65acdb5642661c6adc9495a7d8ae3e /drivers/clocksource/timer-microchip-pit64b.c
parentclocksource: Replace setup_irq() by request_irq() (diff)
downloadkernel-470cf1c28d2f601ea666a96d676c10b09b2321ab.tar.gz
kernel-470cf1c28d2f601ea666a96d676c10b09b2321ab.zip
clocksource/drivers/timer-cs5535: Request irq with non-NULL dev_id
Recently all usages of setup_irq() was replaced by request_irq(). request_irq() does a few sanity checks that were not done in setup_irq(), if they fail irq registration will fail. One of the check is to ensure that non-NULL dev_id is passed in the case of shared irq. Fix it by passing non-NULL dev_id while registering the shared irq. Fixes: cc2550b421aa ("clocksource: Replace setup_irq() by request_irq()") Signed-off-by: afzal mohammed <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/clocksource/timer-microchip-pit64b.c')
0 files changed, 0 insertions, 0 deletions