V4L/DVB (7715): pvrusb2: Clean out all use of __FUNCTION__
authorMike Isely <isely@pobox.com>
Wed, 9 Apr 2008 08:44:57 +0000 (05:44 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 24 Apr 2008 17:09:49 +0000 (14:09 -0300)
commit49844c291a02a8630215f779fa44b3198d0a4f5b
tree1867eebb439f995da1f2c261d3355a8af2775f6c
parent18ecbb4771eb0ecf297e996966b3c42f69cd6c02
V4L/DVB (7715): pvrusb2: Clean out all use of __FUNCTION__

Apparently the kernel developers no longer consider it proper
etiquette to use __FUNCTION__; everyone must instead use __func__
(even though it breaks with older compilers).  And worse still, actual
effort is being expended to sweep this change throughout the kernel
source tree.  Don't these people have better things to do?  So...
Completely clean out all use of __FUNCTION__ from the pvrusb2 driver
(it was just in the sysfs interface).  I'm not going to use __func__
either.  So there.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-sysfs.c