Skip to content

Commit

Permalink
atmel_lcdfb: change irq_base definition to allow error reporting
Browse files Browse the repository at this point in the history
Changed because old the definition of unsigned long cannot be negative.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Reported-by: Roel Kluin <roel.kluin@gmail.com>
Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
Cc: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Nicolas Ferre authored and Linus Torvalds committed Nov 13, 2008
1 parent 468cc03 commit 722facc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/video/atmel_lcdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 722facc

Please sign in to comment.