mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
USB: amd5536udc - remove set_mwi() compiler warning
Get rid of pointless pci_set_mwi() compiler warning. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
acd2a847e7
commit
51745281b0
1 changed files with 1 additions and 1 deletions
|
@ -3289,7 +3289,7 @@ static int udc_pci_probe(
|
|||
dev->chiprev = pdev->revision;
|
||||
|
||||
pci_set_master(pdev);
|
||||
pci_set_mwi(pdev);
|
||||
pci_try_set_mwi(pdev);
|
||||
|
||||
/* init dma pools */
|
||||
if (use_dma) {
|
||||
|
|
Loading…
Reference in a new issue