[PATCH] Driver core: add macros notice(), dev_notice()
authorTilman Schmidt <tilman@imap.cc>
Fri, 24 Feb 2006 10:05:45 +0000 (11:05 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Mar 2006 21:42:59 +0000 (13:42 -0800)
commit4f2928d0a439553f0288d9483faf417430629635
tree96efd4b28d84fd409add525a7c2f834b22dd0d23
parent30560ba6eda308c13a361d08eb5d4eaab94ab37e
[PATCH] Driver core: add macros notice(), dev_notice()

Both usb.h and device.h have collections of convenience macros for
printk() with the KERN_ERR, KERN_WARNING, and KERN_NOTICE severity
levels. This patch adds macros for the KERN_NOTICE level which was
so far uncatered for.

These macros already exist privately in drivers/isdn/gigaset/gigaset.h
(currently in the process of being submitted for the kernel tree)
but they really belong with their brothers and sisters in
include/linux/{device,usb}.h.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/device.h