commit | e7bda76fa4f54df7021e1014a9d20c5a050ca919 | [log] [tgz] |
---|---|---|
author | Alexey Tulia <alexey.tulia@gmail.com> | Sat Nov 21 15:36:47 2015 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 19:03:24 2016 -0800 |
tree | 883ccd253a507b2efdbe46bd3d97aebbfa3f9bcb | |
parent | f9f853af84c9205ba9dbc461da0f11da1f4abb53 [diff] |
staging: vt6656: fix definitions of DEVICE_FLAGS_* flags test_bit and set_bit take the bit number to operate on, rather than a mask. This patch fixes the DEVICE_FLAGS_* definitions so that they represent the bit index in priv->flags as opposed to the mask returned by the BIT macro. Signed-off-by: Alexey Tulia <alexey.tulia@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>