Re: [patch] fix weird array index in zl10036.c

2009-12-29 Thread Matthias Schwarzott
On Montag, 28. Dezember 2009, Dan Carpenter wrote: > I was initially concerned about the weird array index (the 2 bumps > into the next row of the array). Matthias Schwarzott look at the > datasheet and it turns out it should be zl10036_init_tab[1][0] |= 0x01; > > Signed-off-by: Dan Carpenter Si

[patch] fix weird array index in zl10036.c

2009-12-28 Thread Dan Carpenter
I was initially concerned about the weird array index (the 2 bumps into the next row of the array). Matthias Schwarzott look at the datasheet and it turns out it should be zl10036_init_tab[1][0] |= 0x01; Signed-off-by: Dan Carpenter --- orig/drivers/media/dvb/frontends/zl10036.c 2009-12-28 19: