From: Jean Delvare Date: Wed, 22 Mar 2006 06:48:34 +0000 (-0300) Subject: V4L/DVB (3568j): adv7175: Drop unused encoder dump command X-Git-Tag: v2.6.17-rc1~996^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a313c59bcc5062fc56088d5ff9289828c4b6626;p=pandora-kernel.git V4L/DVB (3568j): adv7175: Drop unused encoder dump command Drop support for the ENCODER_DUMP command in the adv7175 driver. ENCODER_DUMP was never actually defined as far as I can see, so the code was ifdef'd out, and I suspect it was never used, not even once, as it includes an obvious array overrun. The register values of this specific chip can be dumped in a generic way using the i2c-dev driver and the "i2cdump" user-space tool if it is ever really needed. Signed-off-by: Jean Delvare Signed-off-by: Andrew Morton Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed