From: Tobias Klauser Date: Fri, 31 Oct 2014 16:16:19 +0000 (-0700) Subject: Input: altera_ps2 - write to correct register when disabling interrupts X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0269b8475020718afd7f559064698f5500fa879;p=pandora-kernel.git Input: altera_ps2 - write to correct register when disabling interrupts In altera_ps2_close, the data register (offset 0) is written instead of the control register (offset 4), leading to the RX interrupt not being disabled. Fix this by calling writel() with the offset for the proper register. Signed-off-by: Tobias Klauser Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed