]> git.baikalelectronics.ru Git - kernel.git/commit
ahci: disable correct irq for dummy ports
authorChristoph Hellwig <hch@lst.de>
Thu, 11 Aug 2016 14:26:01 +0000 (07:26 -0700)
committerTejun Heo <tj@kernel.org>
Thu, 11 Aug 2016 17:45:31 +0000 (13:45 -0400)
commitf1705edfd8ebae6981217a4a90817d51d7522ca5
tree8ab15a1a785f4c00f62489ada974f20360403772
parent1372dac0367f9e37512ea4720cf3886bcb42562d
ahci: disable correct irq for dummy ports

irq already contains the interrupt number for the port, don't add the
port index to it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
Fixes: 04985571dd8f ("ahci: per-port msix support")
Cc: stable@vger.kernel.org v4.5+
drivers/ata/libahci.c