diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2013-02-22 00:44:01 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-22 01:22:25 (GMT) |
commit | eeb1ef3b641f078cb1079cec48a8da2bdf449f21 (patch) | |
tree | 283bfbe536b34c249a161c6c69a45b98b7d5be59 /samples/Kconfig | |
parent | c84c383366bcb1025b03a82e5ebcf9f1c645ec68 (diff) | |
download | linux-eeb1ef3b641f078cb1079cec48a8da2bdf449f21.tar.xz |
drivers/video/backlight/s6e63m0.c: report ->gamma_table_count correctly
gamma_table has 3 arrays which each hold MAX_GAMMA_LEVEL pointers to int.
The current code sets ->gamma_table_count to 6 on 64bit arches and to 3 on
32 bit arches. It should be 3 on everything.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Jingoo Han <jg1.han@samsung.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'samples/Kconfig')
0 files changed, 0 insertions, 0 deletions