From: Ebru Akagunduz Date: Thu, 2 Oct 2014 20:32:06 +0000 (+0300) Subject: staging: emxx_udc: Fix replace printk(KERN_DEBUG ..) with dev_dbg X-Git-Tag: fixes-for-v3.18-merge-window~15^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb71d24bdc3a212a497ff889f25f00c9a9e8546b;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed