commit | d8df0b611c66db3b7afd0678213979209616681a | [log] [tgz] |
---|---|---|
author | Michal Nazarewicz <mina86@mina86.com> | Fri Nov 12 14:29:29 2010 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Nov 16 13:55:19 2010 -0800 |
tree | 0623444d83e1d7531c7dcf4257332e884e5e887e | |
parent | 5ab54cf7acf418573c9204371cf1ab3497c451ee [diff] |
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>