]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/video/sh_mobile_lcdcfb.c
Staging: binder: Add more offset validation.
[karo-tx-linux.git] / drivers / video / sh_mobile_lcdcfb.c
index b433b8ac76d9968c5cc2b43e169e70ab55848926..92ea0ab44ce23cd141882dceed16889bc26a97b9 100644 (file)
@@ -737,7 +737,7 @@ static int __init sh_mobile_lcdc_probe(struct platform_device *pdev)
        }
 
        error = request_irq(i, sh_mobile_lcdc_irq, IRQF_DISABLED,
-                           pdev->dev.bus_id, priv);
+                           dev_name(&pdev->dev), priv);
        if (error) {
                dev_err(&pdev->dev, "unable to request irq\n");
                goto err1;