From: Jun Chen Date: Fri, 19 Oct 2012 13:51:30 +0000 (-0400) Subject: serial: ifx6x60: del_timer_sync must not be called in interrupt context. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~83^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e30802625f5754e9a0ce478a447ed0f2376d4d4;p=pandora-kernel.git serial: ifx6x60: del_timer_sync must not be called in interrupt context. This patch make use of del_timer instead of del_timer_sync in the interrupt context. The spi_timer function don't use any resources that may release after running del_timer, so using the del_timer is also safe and enough in this context. Signed-off-by: Chen Jun Acked-by: Alan Cox Tested-by: Chuansheng Liu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed