From: Joe Perches Date: Mon, 5 Apr 2010 19:05:39 +0000 (-0300) Subject: V4L/DVB: pvrusb2-v4l2: Rename dev_info to pdi X-Git-Tag: v2.6.35-rc1~480^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=108bdd7ad778ac4616857820cbbc17924073a7d5;p=pandora-kernel.git V4L/DVB: pvrusb2-v4l2: Rename dev_info to pdi There is a macro called dev_info that prints struct device specific information. Having variables with the same name can be confusing and prevents conversion of the macro to a function. Rename the existing dev_info variables to something else in preparation to converting the dev_info macro to a function. Signed-off-by: Joe Perches Acked-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed