[PATCH] Input: psmouse - fix attribute access on 64-bit systems
commit4c52d9e3728fcd7153510f4dce2fad4718408629
authorSergey Vlasov <vsu@altlinux.ru>
Tue, 7 Nov 2006 17:02:36 +0000 (7 20:02 +0300)
committerChris Wright <chrisw@sous-sol.org>
Sun, 19 Nov 2006 03:28:02 +0000 (18 19:28 -0800)
tree9b5502a9a3c1295cae8b6f529d801017a459bb8c
parent90be3aa1886f6c18b99aacf6c682cf6c3493d385
[PATCH] 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 <vsu@altlinux.ru>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/input/mouse/psmouse-base.c