Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51745281 authored by David Brownell's avatar David Brownell Committed by Greg Kroah-Hartman
Browse files

USB: amd5536udc - remove set_mwi() compiler warning



Get rid of pointless pci_set_mwi() compiler warning.

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent acd2a847
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {