Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",