From: Michal Nazarewicz Date: Fri, 12 Nov 2010 13:29:29 +0000 (+0100) Subject: usb: gadget: f_fs: remove custom printk() wrappers X-Git-Tag: v2.6.38-rc1~465^2~11^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8df0b611c66db3b7afd0678213979209616681a;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed