]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/usb/host/oxu210hp-hcd.c
drivers: Final irq namespace conversion
[mirror_ubuntu-jammy-kernel.git] / drivers / usb / host / oxu210hp-hcd.c
index 38193f4e980e04eda0bb8ac5169095c27b544b3e..44e4deb362e132431632ca7bf4ae5a2ea7ac8ea1 100644 (file)
@@ -3832,7 +3832,7 @@ static int oxu_drv_probe(struct platform_device *pdev)
                return -EBUSY;
        }
 
-       ret = set_irq_type(irq, IRQF_TRIGGER_FALLING);
+       ret = irq_set_irq_type(irq, IRQF_TRIGGER_FALLING);
        if (ret) {
                dev_err(&pdev->dev, "error setting irq type\n");
                ret = -EFAULT;