]> Git Repo - linux.git/commit
drivers/video/backlight/s6e63m0.c: report ->gamma_table_count correctly
authorDan Carpenter <[email protected]>
Fri, 22 Feb 2013 00:44:01 +0000 (16:44 -0800)
committerLinus Torvalds <[email protected]>
Fri, 22 Feb 2013 01:22:25 +0000 (17:22 -0800)
commiteeb1ef3b641f078cb1079cec48a8da2bdf449f21
tree283bfbe536b34c249a161c6c69a45b98b7d5be59
parentc84c383366bcb1025b03a82e5ebcf9f1c645ec68
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 <[email protected]>
Cc: Jingoo Han <[email protected]>
Cc: Florian Tobias Schandinat <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/backlight/s6e63m0.c
This page took 0.049591 seconds and 4 git commands to generate.