提交 2fd9d74b 编写于 作者: B Brett M Russ 提交者: Linus Torvalds

[PATCH] PCI: PCI/libata INTx bug fix

Previous INTx cleanup patch had a bug that was not caught.  I found
this last night during testing and can confirm that it is now 100%
working.
Signed-off-by: NBrett Russ <russb@emc.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
Acked-by: NJeff Garzik <jgarzik@pobox.com>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 ddcc9596
...@@ -819,7 +819,7 @@ pci_intx(struct pci_dev *pdev, int enable) ...@@ -819,7 +819,7 @@ pci_intx(struct pci_dev *pdev, int enable)
} }
if (new != pci_command) { if (new != pci_command) {
pci_write_config_word(pdev, PCI_COMMAND, pci_command); pci_write_config_word(pdev, PCI_COMMAND, new);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册