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)
commitedc8e20af7f7e18b2cd4d11f344f5fc917fbef42
treee28e3db12d30d2f3686ee02237b1185432b5b912
parent879f99ef2c4c05d9a7f0a67a05f1415663119825
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