V4L/DVB: pvrusb2-v4l2: Rename dev_info to pdi
authorJoe Perches <joe@perches.com>
Mon, 5 Apr 2010 19:05:39 +0000 (16:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:57:39 +0000 (12:57 -0300)
commit108bdd7ad778ac4616857820cbbc17924073a7d5
tree360e8ab2f05902e9e1dd6c831a0376c38ff107b9
parent09bd00e7e12bbc9ca0ba20e0511995cddd3c93b9
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 <joe@perches.com>
Acked-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pvrusb2/pvrusb2-v4l2.c