diff options
| -rw-r--r-- | drivers/video/atmel_lcdfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c index 2830ffd72976..317afab62b3c 100644 --- a/drivers/video/atmel_lcdfb.c +++ b/drivers/video/atmel_lcdfb.c | |||
| @@ -959,7 +959,7 @@ static int __init atmel_lcdfb_probe(struct platform_device *pdev) | |||
| 959 | if (sinfo->atmel_lcdfb_power_control) | 959 | if (sinfo->atmel_lcdfb_power_control) |
| 960 | sinfo->atmel_lcdfb_power_control(1); | 960 | sinfo->atmel_lcdfb_power_control(1); |
| 961 | 961 | ||
| 962 | dev_info(dev, "fb%d: Atmel LCDC at 0x%08lx (mapped at %p), irq %lu\n", | 962 | dev_info(dev, "fb%d: Atmel LCDC at 0x%08lx (mapped at %p), irq %d\n", |
| 963 | info->node, info->fix.mmio_start, sinfo->mmio, sinfo->irq_base); | 963 | info->node, info->fix.mmio_start, sinfo->mmio, sinfo->irq_base); |
| 964 | 964 | ||
| 965 | return 0; | 965 | return 0; |
