提交 bc913b18 编写于 作者: J Jeff Garzik 提交者: Linus Torvalds

misc/tifm_7xx1: replace deprecated irq flag

Signed-off-by: NJeff Garzik <jeff@garzik.org>
Cc: Alex Dubov <oakad@yahoo.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 9db71a18
...@@ -343,7 +343,7 @@ static int tifm_7xx1_probe(struct pci_dev *dev, ...@@ -343,7 +343,7 @@ static int tifm_7xx1_probe(struct pci_dev *dev,
if (!fm->addr) if (!fm->addr)
goto err_out_free; goto err_out_free;
rc = request_irq(dev->irq, tifm_7xx1_isr, SA_SHIRQ, DRIVER_NAME, fm); rc = request_irq(dev->irq, tifm_7xx1_isr, IRQF_SHARED, DRIVER_NAME, fm);
if (rc) if (rc)
goto err_out_unmap; goto err_out_unmap;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册