From: Todd Poynor Date: Tue, 3 Jan 2006 17:33:46 +0000 (-0800) Subject: [PATCH] ARM: OMAP: OMAP touchscreen timer BUG X-Git-Tag: v2.6.15-omap2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcc4d1d55ac60e334bccbd8ca07000f025c70663;p=pandora-kernel.git [PATCH] ARM: OMAP: OMAP touchscreen timer BUG Fix OMAP touchscreen timer restart BUG. kernel BUG at include/linux/timer.h:83! [] (__bug+0x0/0x58) from [] (omap_ts_handler+0x60/0x78) [] (omap_ts_handler+0x0/0x78) from [] (__do_irq+0x4c/0x8c) which is: static inline void add_timer(struct timer_list *timer) { BUG_ON(timer_pending(timer)); __mod_timer(timer, timer->expires); Signed-off-by: Todd Poynor Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed