commit | 6f8aa65b52037123beab573432e371c0f70b7b9a | [log] [tgz] |
---|---|---|
author | Frank Seidel <frank@f-seidel.de> | Thu Feb 05 16:16:24 2009 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Mar 24 16:20:30 2009 -0700 |
tree | c83c7a4190f9f1f5c13c5332d316abc99efaecfd | |
parent | c49cfa9170256295f4a0fd1668a2411fc05d6b33 [diff] |
USB: add missing KERN_* constants to printks According to kerneljanitors todo list all printk calls (beginning a new line) should have an according KERN_* constant. Those are the missing peaces here for the usb subsystem. Signed-off-by: Frank Seidel <frank@f-seidel.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>