From: Dan Carpenter Date: Wed, 26 May 2010 14:58:10 +0000 (-0300) Subject: V4L/DVB: video/saa7134: change dprintk() to i2cdprintk() X-Git-Tag: v2.6.35-rc2~11^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=129c34d8fce443d1c43d32637abbab8433504497;p=pandora-kernel.git V4L/DVB: video/saa7134: change dprintk() to i2cdprintk() The problem is that dprintk() dereferences "dev" which is null here. The i2cdprintk() uses "ir" so that's OK. Also Jean Delvare pointed out a typo in the comment so we may as well fix that. Signed-off-by: Dan Carpenter Acked-by: Jean Delvare Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed