dect
/
linux-2.6
Archived
13
0
Fork 0

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:
David Brownell 2007-10-24 18:44:08 -07:00 committed by Greg Kroah-Hartman
parent acd2a847e7
commit 51745281b0
1 changed files with 1 additions and 1 deletions

View File

@ -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) {