]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vt6656: Use BIT() macro instead of hex value
authorOscar Carter <oscar.carter@gmx.com>
Fri, 20 Mar 2020 17:10:56 +0000 (18:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Mar 2020 09:58:16 +0000 (10:58 +0100)
commit349c9baf26f8e2ef89c019d364e4ce55c268a847
tree1df43d703f6a4e51916206799d6fed1db6174d42
parent6c6b8ae0d16a37be17bc3563ec1fe4034500b581
staging: vt6656: Use BIT() macro instead of hex value

Use the BIT() macro instead of the hexadecimal value to define the
different bits in registers.

Signed-off-by: Oscar Carter <oscar.carter@gmx.com>
Link: https://lore.kernel.org/r/20200320171056.7841-1-oscar.carter@gmx.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/desc.h
drivers/staging/vt6656/device.h
drivers/staging/vt6656/mac.h