diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2016-11-10 22:25:39 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-11-15 12:11:50 +0100 |
commit | a35f09b84941fa186acbdd9b7266c7ef4660003c (patch) | |
tree | 889abcdf04260eb885b9d3d4b9a974056cbc64b0 /include | |
parent | c0bf57411b6b03dd72d4d20f362ba1ca72244834 (diff) |
HID: wacom: Don't clear bits unintentionally
This is trying to clear the lower 32 bits but the type is wrong so it
clears everything.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include')