From: Greg Kroah-Hartman Date: Thu, 29 Nov 2007 07:49:41 +0000 (-0800) Subject: Driver core: clean up debugging messages X-Git-Tag: v2.6.25-rc1~1243^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dc72b2842381684b864750af31a5fb168dec764;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed