]> asedeno.scripts.mit.edu Git - linux.git/commit
ata: pata_platform: Add IRQF_SHARED to IRQ flags
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 19 Jan 2019 04:52:02 +0000 (07:52 +0300)
committerJens Axboe <axboe@kernel.dk>
Fri, 8 Feb 2019 13:42:55 +0000 (06:42 -0700)
commitbaac9ce1f333260485e9084809e909d3ce6c69dd
treebf39850e547bb67fa53023eedba412e05c1f638c
parentf3d5e4f18dba18d7c2303dda68b9dbcf5ccc05cd
ata: pata_platform: Add IRQF_SHARED to IRQ flags

It's quite possible that multiple devices can be hooked up
to the same interrupt line with the processor. So add IRQF_SHARED
in request irq.

Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/pata_platform.c