]> git.baikalelectronics.ru Git - kernel.git/commit
Input: wacom - use unaligned access where necessary
authorJason Gerecke <killertofu@gmail.com>
Wed, 14 May 2014 23:53:30 +0000 (16:53 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 15 May 2014 01:47:08 +0000 (18:47 -0700)
commit8d66c9c7ce4bd78d28ba27bd97829e8afd646eb3
treee28e3db12d30d2f3686ee02237b1185432b5b912
parentd6a84bc0974df9b54794d9a67b56326ba5fc27ed
Input: wacom - use unaligned access where necessary

A few cases of incorrectly using 'le16_to_cpup' instead of
'get_unaligned_le16' have been noticed and fixed.

Signed-off-by: Jason Gerecke <killertofu@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/tablet/wacom_wac.c