commit | d8789b2b90aeb53ce59ac232d2ff0d8357d53893 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 03 16:39:27 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 03 16:39:27 2012 -0700 |
tree | c43bdeaa5815c7a1b5241cdcf7682e1dd4d4346e | |
parent | cbad67e33d4836cc1ba6c3dc43f60ebadb517c38 [diff] |
USB: serial: pl2303: convert dbg() calls to dev_dbg() This converts the usage of dbg() to dev_dbg() where needed, and removed a bunch of these calls where they were just "tracing" calls, which are no longer needed. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>