]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - lib/dynamic_debug.c
device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit
authorJoe Perches <joe@perches.com>
Thu, 13 Sep 2012 03:14:11 +0000 (20:14 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 13:10:05 +0000 (06:10 -0700)
commit666f355f3805d68b6ed5f7013806f1f65abfbf03
treea04490ab9e68e4113410b7e7399edb9369545dfe
parent05e4e5b87aab74f994acf9dd4bed4a8f1367cd09
device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit

Convert direct calls of vprintk_emit and printk_emit to the
dev_ equivalents.

Make create_syslog_header static.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: David S. Miller <davem@davemloft.net>
Tested-by: Jim Cromie <jim.cromie@gmail.com>
Acked-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/core.c
include/linux/device.h
lib/dynamic_debug.c
net/core/dev.c