]> git.karo-electronics.de Git - linux-beck.git/commit
ahci: ahci_host_activate: kill IRQF_SHARED
authorDan Williams <dan.j.williams@intel.com>
Fri, 30 Oct 2015 21:09:30 +0000 (17:09 -0400)
committerTejun Heo <tj@kernel.org>
Sat, 31 Oct 2015 01:04:34 +0000 (10:04 +0900)
commit899a63c3ebf3fad8723a432c1bba875ec3ef1948
treee3eb8c7b56b409eb94896d5f96d65d36c40341a4
parentd72c0f430b19a7ee80d904a59c6c9a1c40e016cc
ahci: ahci_host_activate: kill IRQF_SHARED

MSI messages are per-device, so there will never be another "shared"
device in the interrupt chain.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libahci.c