commit | baac9ce1f333260485e9084809e909d3ce6c69dd | [log] [tgz] |
---|---|---|
author | Alexander Shiyan <shc_work@mail.ru> | Sat Jan 19 07:52:02 2019 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Feb 08 06:42:55 2019 -0700 |
tree | bf39850e547bb67fa53023eedba412e05c1f638c | |
parent | f3d5e4f18dba18d7c2303dda68b9dbcf5ccc05cd [diff] |
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>