From: Sergey Vlasov Date: Thu, 9 Nov 2006 05:34:27 +0000 (-0500) Subject: Input: psmouse - fix attribute access on 64-bit systems X-Git-Tag: v2.6.20-rc1~34^2~426 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb5d5829b368c5e32f248a70797bee5a414a2ef0;p=pandora-kernel.git Input: psmouse - fix attribute access on 64-bit systems psmouse_show_int_attr() and psmouse_set_int_attr() were accessing unsigned int fields as unsigned long, which gave garbage on x86_64. Signed-off-by: Sergey Vlasov Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed