Commit 37b5453d authored by Li Yang's avatar Li Yang Committed by Greg Kroah-Hartman

USB: fsl_usb2_udc: replace deprecated irq flag

Signed-off-by: default avatarLi Yang <leoli@freescale.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment