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)
commit7dc72b2842381684b864750af31a5fb168dec764
tree16746ac3f9836049705e1613480debb288c0068d
parente5dd12784617f0f1fae5f96a7fac1ec4c49fadbe
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