Skip to content

Commit

Permalink
USB: amd5536udc - remove set_mwi() compiler warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Oct 25, 2007
1 parent acd2a84 commit 5174528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/gadget/amd5536udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5174528

Please sign in to comment.