X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Ftmiofb.c;h=a1eb0862255b2e4e51cffa93bf644a99d1ab7b9d;hb=0c93ea4064a209cdc36de8a9a3003d43d08f46f7;hp=7baf2dd12d5024f33b5e7af20f6288085e573b9c;hpb=4d9c6a21befe6c73c35f2799c7e25a9eda82a95d;p=linux-2.6-omap-h63xx.git diff --git a/drivers/video/tmiofb.c b/drivers/video/tmiofb.c index 7baf2dd12d5..a1eb0862255 100644 --- a/drivers/video/tmiofb.c +++ b/drivers/video/tmiofb.c @@ -751,7 +751,7 @@ static int __devinit tmiofb_probe(struct platform_device *dev) } retval = request_irq(irq, &tmiofb_irq, IRQF_DISABLED, - dev->dev.bus_id, info); + dev_name(&dev->dev), info); if (retval) goto err_request_irq;