Re: [patch] backlight: s6e63m0: report ->gamma_table_count correctly

2013-01-29 Thread Andrew Morton
On Fri, 25 Jan 2013 11:22:06 +0900 Jingoo Han wrote: > On Thursday, January 24, 2013 10:45 PM, Dan Carpenter wrote > > CC'ed Andrew Morton, Inki Dae. > > > > > gamma_table has 3 arrays which each hold MAX_GAMMA_LEVEL pointers to > > int. > > > > The current code sets ->gamma_table_count to 6

Re: [patch] backlight: s6e63m0: report ->gamma_table_count correctly

2013-01-24 Thread Jingoo Han
On Thursday, January 24, 2013 10:45 PM, Dan Carpenter wrote CC'ed Andrew Morton, Inki Dae. > > 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 everythin