usb: replace remaining __PRETTY_FUNCTION__ occurrences
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 4 Apr 2008 21:28:01 +0000 (14:28 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Apr 2008 04:16:48 +0000 (21:16 -0700)
The kernel is written in C, not C++, use __func__

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found