From: Nicolas Ferre Date: Wed, 12 Nov 2008 21:24:59 +0000 (-0800) Subject: atmel_lcdfb: change irq_base definition to allow error reporting X-Git-Tag: v2.6.28-rc5~55 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=722faccc7eb0a9b248fba3e7020b1c3770c41aef atmel_lcdfb: change irq_base definition to allow error reporting Changed because old the definition of unsigned long cannot be negative. Signed-off-by: Nicolas Ferre Reported-by: Roel Kluin Cc: Haavard Skinnemoen Cc: Andrew Victor Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/video/atmel_lcdc.h b/include/video/atmel_lcdc.h index 6ad87f4..0c864db 100644 --- a/include/video/atmel_lcdc.h +++ b/include/video/atmel_lcdc.h @@ -38,7 +38,7 @@ struct atmel_lcdfb_info { spinlock_t lock; struct fb_info *info; void __iomem *mmio; - unsigned long irq_base; + int irq_base; struct work_struct task; unsigned int guard_time;