From: Dmitry Torokhov Date: Fri, 3 Nov 2006 04:27:49 +0000 (-0500) Subject: Input: i8042 - remove unneeded call to i8042_interrupt() X-Git-Tag: v2.6.20-rc1~34^2~437 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e3c711b31cea401b03ce39d4b5f1a30279094c;p=pandora-kernel.git Input: i8042 - remove unneeded call to i8042_interrupt() Remove call to i8042_interrupt() from i8042_aux_write(). According to Vojtech it may cause problems with older controllers if it is called right after real interrupt. Also it is not needed anymore since we register IRQs early and not waiting for serio ports to be opened. Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed