]> git.baikalelectronics.ru Git - kernel.git/commit
Driver core: clean up debugging messages
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 29 Nov 2007 07:49:41 +0000 (23:49 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Jan 2008 04:40:35 +0000 (20:40 -0800)
commit5036a7206e04e4ec26c109790105f23f2f9bfc13
tree16746ac3f9836049705e1613480debb288c0068d
parentb91318d8b06c222cb1c4c8277dd5b3c83d3cb0d6
Driver core: clean up debugging messages

The driver core debugging messages are a mess.  This provides a unified
message that makes them actually useful.

The format for new kobject debug messages should be:
driver/bus/class: 'OBJECT_NAME': FUNCTION_NAME: message.\n

Note, the class code is not changed in this patch due to pending patches
in my queue that this would conflict with.  A later patch will clean
them up.

Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/bus.c
drivers/base/core.c
drivers/base/dd.c