Commit 9467d11b authored by Jens Frederich's avatar Jens Frederich Committed by Greg Kroah-Hartman

Staging: olpc_dcon: fix typo in olpc_dcon.h

The backlight brightness register (DCON_REG_BRIGHT) address is 0xa.
Signed-off-by: default avatarJens Frederich <jfrederich@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bad4f537
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#define DCON_REG_VSYNC_WIDTH 0x7 #define DCON_REG_VSYNC_WIDTH 0x7
#define DCON_REG_TIMEOUT 0x8 #define DCON_REG_TIMEOUT 0x8
#define DCON_REG_SCAN_INT 0x9 #define DCON_REG_SCAN_INT 0x9
#define DCON_REG_BRIGHT 0x10 #define DCON_REG_BRIGHT 0xa
#define DCON_REG_MEM_OPT_A 0x41 #define DCON_REG_MEM_OPT_A 0x41
#define DCON_REG_MEM_OPT_B 0x42 #define DCON_REG_MEM_OPT_B 0x42
......
Markdown is supported
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