From: Dan Carpenter Date: Mon, 28 Dec 2009 17:48:49 +0000 (-0300) Subject: V4L/DVB (13956): fix weird array index in zl10036.c X-Git-Tag: v2.6.34-rc1~280^2~277 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=211635654cb6785a5c102af6488f6b1d83b9a3c6;p=pandora-kernel.git V4L/DVB (13956): fix weird array index in zl10036.c 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 Signed-off-by: Matthias Schwarzott Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed