diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2015-05-14 08:32:56 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-05-18 09:22:53 (GMT) |
commit | af43c4086cf24c3eb74a968195351163750c82b6 (patch) | |
tree | 04b01b156f190db2f87cb3656c1e1edde633818f /drivers/block/xsysace.c | |
parent | d0091f5749eadfce87ce0436994584637a353e2c (diff) | |
download | linux-af43c4086cf24c3eb74a968195351163750c82b6.tar.xz |
HID: rmi: fix some harmless BIT() mistakes
These defines are used like this:
if (!(test_bit(RMI_STARTED, &hdata->flags)))
So the intent was to use bits 0, 1 and 2 but because of the extra BIT()
shifts we're actually using 1, 2 and 4. It's harmless because it's done
consistently but static checkers will complain.
Fixes: 9fb6bf02e3ad ('HID: rmi: introduce RMI driver for Synaptics touchpads')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/block/xsysace.c')
0 files changed, 0 insertions, 0 deletions