aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sh_mobile_lcdcfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/sh_mobile_lcdcfb.c')
-rw-r--r--drivers/video/sh_mobile_lcdcfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sh_mobile_lcdcfb.c b/drivers/video/sh_mobile_lcdcfb.c
index 2c5d069e5f06..1d2636a898c5 100644
--- a/drivers/video/sh_mobile_lcdcfb.c
+++ b/drivers/video/sh_mobile_lcdcfb.c
@@ -687,7 +687,7 @@ static int __init sh_mobile_lcdc_probe(struct platform_device *pdev)
687 } 687 }
688 688
689 error = request_irq(i, sh_mobile_lcdc_irq, IRQF_DISABLED, 689 error = request_irq(i, sh_mobile_lcdc_irq, IRQF_DISABLED,
690 pdev->dev.bus_id, priv); 690 dev_name(&pdev->dev), priv);
691 if (error) { 691 if (error) {
692 dev_err(&pdev->dev, "unable to request irq\n"); 692 dev_err(&pdev->dev, "unable to request irq\n");
693 goto err1; 693 goto err1;