diff options
author | Jia-Ju Bai <baijiaju1990@163.com> | 2016-01-04 09:14:29 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-01-25 05:51:34 +0100 |
commit | e3e2e36c106a1e4212c65ba5b5d2bcb3455cb354 (patch) | |
tree | 1d83057e3a7220ed224503dc24cecd93cd9aff94 /samples | |
parent | ehci-hcd: Cleanup memory resources when ehci_halt fails (diff) | |
download | linux-e3e2e36c106a1e4212c65ba5b5d2bcb3455cb354.tar.xz linux-e3e2e36c106a1e4212c65ba5b5d2bcb3455cb354.zip |
ehci-hcd: Disable memory-write-invalidate when the driver is removed
The driver calls pci_set_mwi to enable memory-write-invalidate when it
is initialized, but does not call pci_clear_mwi when it is removed. Many
other drivers calls pci_clear_mwi when pci_set_mwi is called, such as
r8169, 8139cp and e1000.
This patch adds a function "ehci_pci_remove" to remove the pci driver.
This function calls pci_clear_mwi and usb_hcd_pci_remove, which can
fix the problem.
Signed-off-by: Jia-Ju Bai <baijiaju1990@163.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions