staging: emxx_udc: Fix replace printk(KERN_DEBUG ..) with dev_dbg
authorEbru Akagunduz <ebru.akagunduz@gmail.com>
Thu, 2 Oct 2014 20:32:06 +0000 (23:32 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 20:51:03 +0000 (13:51 -0700)
commitfb71d24bdc3a212a497ff889f25f00c9a9e8546b
treec85e5e9669f240b77c37562793f442b7a764c56b
parent4571c4f6f61730c4f3624b6d3cb9ab042297949b
staging: emxx_udc: Fix replace printk(KERN_DEBUG ..) with dev_dbg

This patch fixes "Prefer [subsystem eg: netdev]_dbg([subsystem]dev,
... then dev_dbg(dev, ... then pr_debug(...  to printk(KERN_DEBUG"
checkpatch.pl warning in emxx_udc.c

Changes in v2:
 - Fixed dev_debug function call as dev_dbg

Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/emxx_udc/emxx_udc.c