• G
    Driver core: clean up debugging messages · 7dc72b28
    Greg Kroah-Hartman 提交于
    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: NGreg Kroah-Hartman <gregkh@suse.de>
    7dc72b28
dd.c 9.0 KB