提交 51745281 编写于 作者: D David Brownell 提交者: Greg Kroah-Hartman

USB: amd5536udc - remove set_mwi() compiler warning

Get rid of pointless pci_set_mwi() compiler warning.
Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 acd2a847
...@@ -3289,7 +3289,7 @@ static int udc_pci_probe( ...@@ -3289,7 +3289,7 @@ static int udc_pci_probe(
dev->chiprev = pdev->revision; dev->chiprev = pdev->revision;
pci_set_master(pdev); pci_set_master(pdev);
pci_set_mwi(pdev); pci_try_set_mwi(pdev);
/* init dma pools */ /* init dma pools */
if (use_dma) { if (use_dma) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册