Driver core: remove pr_fmt() from dynamic_dev_dbg() printk
authorJason Baron <jbaron@redhat.com>
Wed, 8 Apr 2009 16:12:52 +0000 (12:12 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Apr 2009 23:17:11 +0000 (16:17 -0700)
commit7607b1d673469d5b5dce4c9b6779d165e03c8ff5
tree651feae675e13dba69b22adb36811fd0e371bc38
parent014c90dbb9b63bae067afc80a7931a76c5268ae3
Driver core: remove pr_fmt() from dynamic_dev_dbg() printk

When pr_fmt() was added to the pr_debug() code, we added it not only to the
dynamic_pr_debug() function, but also to the dynamic_dev_dbg() funciton.
However, dev_dbg() doesn't make use of pr_fmt(), so neither should
dynamic_dev_dbg().

Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/dynamic_debug.h