mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-13 16:40:22 +00:00
Staging: olpc_dcon: fix typo in olpc_dcon.h
The backlight brightness register (DCON_REG_BRIGHT) address is 0xa. Signed-off-by: Jens Frederich <jfrederich@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bad4f537ee
commit
9467d11b0d
@ -30,7 +30,7 @@
|
||||
#define DCON_REG_VSYNC_WIDTH 0x7
|
||||
#define DCON_REG_TIMEOUT 0x8
|
||||
#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_B 0x42
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user