Skip to content
Commit e47ff893 authored by Richard Leitner's avatar Richard Leitner Committed by Dmitry Torokhov
Browse files

Input: sx8654 - convert #defined flags to BIT(x)



Some of the #defined register values are one-bit flags. Convert them to
use the BIT(x) macro instead of 1 byte hexadecimal values. This improves
readability and clarifies the intent.

Signed-off-by: default avatarRichard Leitner <richard.leitner@skidata.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 4ec90ac5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment