提交 61ef5c00 编写于 作者: A Andrew Morton 提交者: Jeff Garzik

[PATCH] e1000: irq naming update

Use the new names.

Cc: Auke Kok <auke-jan.h.kok@intel.com>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NJeff Garzik <jeff@garzik.org>
上级 7d450e00
......@@ -283,7 +283,7 @@ static int e1000_request_irq(struct e1000_adapter *adapter)
}
}
if (adapter->have_msi)
flags &= ~SA_SHIRQ;
flags &= ~IRQF_SHARED;
#endif
if ((err = request_irq(adapter->pdev->irq, &e1000_intr, flags,
netdev->name, netdev)))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册