提交 37b5453d 编写于 作者: L Li Yang 提交者: Greg Kroah-Hartman

USB: fsl_usb2_udc: replace deprecated irq flag

Signed-off-by: NLi Yang <leoli@freescale.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 b41a60ec
......@@ -2334,7 +2334,7 @@ static int __init fsl_udc_probe(struct platform_device *pdev)
goto err2;
}
ret = request_irq(udc_controller->irq, fsl_udc_irq, SA_SHIRQ,
ret = request_irq(udc_controller->irq, fsl_udc_irq, IRQF_SHARED,
driver_name, udc_controller);
if (ret != 0) {
ERR("cannot request irq %d err %d \n",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册