* [PATCH] atmel_lcdfb: Change irq_base definition to allow error reporting
@ 2008-11-06 15:23 Nicolas Ferre
0 siblings, 0 replies; only message in thread
From: Nicolas Ferre @ 2008-11-06 15:23 UTC (permalink / raw)
To: Antonino A. Daplas, Andrew Morton, linux-fbdev-devel,
Linux Kernel list
Cc: Haavard Skinnemoen, Andrew Victor
Change irq_base definition to allow error reporting
Changed because old definition : unsigned long cannot be negative.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Reported-by: Roel Kluin <roel.kluin@gmail.com>
---
include/video/atmel_lcdc.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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;
--
1.5.3.7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-06 15:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-06 15:23 [PATCH] atmel_lcdfb: Change irq_base definition to allow error reporting Nicolas Ferre
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.