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)
commitd8df0b611c66db3b7afd0678213979209616681a
tree0623444d83e1d7531c7dcf4257332e884e5e887e
parent5ab54cf7acf418573c9204371cf1ab3497c451ee
usb: gadget: f_fs: remove custom printk() wrappers

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>
drivers/usb/gadget/f_fs.c