Input: atmel_mxt_ts - define helper functions for size and instances
authorDaniel Kurtz <djkurtz@chromium.org>
Mon, 19 May 2014 06:01:12 +0000 (23:01 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 19 May 2014 06:27:23 +0000 (23:27 -0700)
commit1e0c0c5b9c9d79acea00cab402b511a268a8bc8e
tree254e333777f29c6ddca7c1d4d9e3a3a7ccaf51dd
parent8d4e1639066ff27e8c2c51b69b5ce2308da5c41c
Input: atmel_mxt_ts - define helper functions for size and instances

These two object table entry fields are reported 1 less than their value.
When used, however, we always want the actual size and instances.

To keep the object size and instances 1-byte fields, and thus preserve
the object-table struct's 6-byte packed alignment, add some convenient
accessor functions that do the +1 every time these fields are accessed.

Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Signed-off-by: Nick Dyer <nick.dyer@itdev.co.uk>
Acked-by: Benson Leung <bleung@chromium.org>
Acked-by: Yufeng Shen <miletus@chromium.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/atmel_mxt_ts.c