commit | 79cbeeaf26b3f8c3e3043e05a8e14ca7e7a49b89 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 13 17:18:10 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 13 17:18:10 2012 -0700 |
tree | dceefd01af7044cb109c03a887f0feda7fc9282d | |
parent | f80e866f721942bfd9e5134e17b75f8cf53ebf5c [diff] |
USB: serial: ch341.c: remove dbg() usage dbg() was a very old USB-serial-specific macro. This patch removes it from being used in the driver and uses dev_dbg() instead. CC: Johan Hovold <jhovold@gmail.com> CC: Alan Stern <stern@rowland.harvard.edu> CC: Rusty Russell <rusty@rustcorp.com.au> CC: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>