diff options
Diffstat (limited to 'drivers/video/tmiofb.c')
-rw-r--r-- | drivers/video/tmiofb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tmiofb.c b/drivers/video/tmiofb.c index 7baf2dd12d50..a1eb0862255b 100644 --- a/drivers/video/tmiofb.c +++ b/drivers/video/tmiofb.c | |||
@@ -751,7 +751,7 @@ static int __devinit tmiofb_probe(struct platform_device *dev) | |||
751 | } | 751 | } |
752 | 752 | ||
753 | retval = request_irq(irq, &tmiofb_irq, IRQF_DISABLED, | 753 | retval = request_irq(irq, &tmiofb_irq, IRQF_DISABLED, |
754 | dev->dev.bus_id, info); | 754 | dev_name(&dev->dev), info); |
755 | 755 | ||
756 | if (retval) | 756 | if (retval) |
757 | goto err_request_irq; | 757 | goto err_request_irq; |