From: Nicolas F. <nic...@at...> - 2009-10-29 13:18:02
|
Hans-Christian Egtvedt : > This patch will tell printk the format for irq_base is a decimal and not an > unsigned long. The irq_base is defined as an int in the struct > atmel_lcdfb_info. Hi Hans-Christian, I guess this patch is already submitted using the name: atmel_lcdfb.c: fix printk() type mismatch It goes his way using "trivial" git tree. It is already in linux-next (baad1b580a7d08a4062a7f50eab0e06f90ad94d6) and I hope it will be included in 2.6.32-final. > Signed-off-by: Hans-Christian Egtvedt <han...@at...> > --- > 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 2830ffd..317afab 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) > if (sinfo->atmel_lcdfb_power_control) > sinfo->atmel_lcdfb_power_control(1); > > - dev_info(dev, "fb%d: Atmel LCDC at 0x%08lx (mapped at %p), irq %lu\n", > + dev_info(dev, "fb%d: Atmel LCDC at 0x%08lx (mapped at %p), irq %d\n", > info->node, info->fix.mmio_start, sinfo->mmio, sinfo->irq_base); > > return 0; Thanks, Bye, -- Nicolas Ferre |