commit | 8a038b83e012097a7ac6cfb9f6c5fac1da8fad6e | [log] [tgz] |
---|---|---|
author | Martin Kepplinger <martink@posteo.de> | Mon May 01 10:13:47 2017 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon May 01 12:30:00 2017 -0700 |
tree | f9f4c54bec7e89928f90b22d64bde02f39d062ca | |
parent | 61e29ec1c96f67605217c2a80441a75ff906db62 [diff] |
Input: ar1021_i2c - use BIT to check for a bit The MSB for the first byte of touch data transmission is always 1. Make it a little more obvious we're testing this bit by using BIT(7). Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>