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)
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

Simple merge