From: Dan Carpenter Date: Fri, 22 Feb 2013 00:44:01 +0000 (-0800) Subject: drivers/video/backlight/s6e63m0.c: report ->gamma_table_count correctly X-Git-Tag: v3.9-rc1~114^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb1ef3b641f078cb1079cec48a8da2bdf449f21;p=pandora-kernel.git 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 Cc: Jingoo Han Cc: Florian Tobias Schandinat Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed