usb: gadget: f_fs: remove custom printk() wrappers
authorMichal Nazarewicz <mina86@mina86.com>
Fri, 12 Nov 2010 13:29:29 +0000 (14:29 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Nov 2010 21:55:19 +0000 (13:55 -0800)
This commit removes custom printk() wrappers from the f_fs.c
file.  They served little purpose above what pr_*() family of
macros provides.  Only FVDBG() has been left but renamed to
pr_vdebug() to match other uses.

Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found