aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/shmobile/shmob_drm_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/shmobile/shmob_drm_drv.c')
-rw-r--r--drivers/gpu/drm/shmobile/shmob_drm_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_drv.c b/drivers/gpu/drm/shmobile/shmob_drm_drv.c
index c839c9c89efb..82c84c7fd4f6 100644
--- a/drivers/gpu/drm/shmobile/shmob_drm_drv.c
+++ b/drivers/gpu/drm/shmobile/shmob_drm_drv.c
@@ -185,7 +185,7 @@ static int shmob_drm_load(struct drm_device *dev, unsigned long flags)
185 goto done; 185 goto done;
186 } 186 }
187 187
188 ret = drm_irq_install(dev); 188 ret = drm_irq_install(dev, platform_get_irq(dev->platformdev, 0));
189 if (ret < 0) { 189 if (ret < 0) {
190 dev_err(&pdev->dev, "failed to install IRQ handler\n"); 190 dev_err(&pdev->dev, "failed to install IRQ handler\n");
191 goto done; 191 goto done;