Greg Kroah-Hartman
67e6da7027
USB: serial: io_ti.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: "Eric W. Biederman" <ebiederm@xmission.com >
CC: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 16:58:58 -07:00
Greg Kroah-Hartman
7ebcb33443
USB: serial: keyspan: fix up some compiler warnings
...
I accidentally caused some compiler warnings, that were correct in
pointing out problems, so fix them up now.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 16:34:21 -07:00
Greg Kroah-Hartman
049c6b4e8f
USB: serial: keyspan: remove dbg() usage
...
dbg() was a very old USB-serial-specific macro.
This patch removes it from being used in the keyspan
driver and uses dev_dbg() instead.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 16:30:23 -07:00
Greg Kroah-Hartman
9c134a14f2
USB: serial: mos7840.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: Mark Ferrell <mferrell@uplogix.com >
CC: Donald Lee <donald@asix.com.tw >
CC: Tony Zelenoff <antonz@parallels.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 16:06:04 -07:00
Greg Kroah-Hartman
d53839cf44
USB: serial: ti_usb_3410_5052.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: Rusty Russell <rusty@rustcorp.com.au >
CC: Adhir Ramjiawan <adhirramjiawan0@gmail.com >
CC: Andrew Lunn <andrew@lunn.ch >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 15:08:36 -07:00
Greg Kroah-Hartman
9eecf80854
USB: serial: mos7720.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: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 15:08:33 -07:00
Greg Kroah-Hartman
4a770ccaae
USB: serial: mct_u232.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: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 15:08:30 -07:00
Greg Kroah-Hartman
2621cee19a
USB: serial: iuu_phoenix.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: Rusty Russell <rusty@rustcorp.com.au >
CC: Johan Hovold <jhovold@gmail.com >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 15:08:28 -07:00
Greg Kroah-Hartman
061b2a22bc
USB: serial: usb_wwan.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: "Bjørn Mork" <bjorn@mork.no >
CC: Rusty Russell <rusty@rustcorp.com.au >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
CC: Dan Carpenter <dan.carpenter@oracle.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:32:03 -07:00
Greg Kroah-Hartman
186f3812f5
USB: serial: ssu100.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
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 >
2012-09-14 12:32:00 -07:00
Greg Kroah-Hartman
1a6635f729
USB: serial: spcp8x5.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:58 -07:00
Greg Kroah-Hartman
40c9616bdd
USB: serial: safe_serial.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:55 -07:00
Greg Kroah-Hartman
620a4616b2
USB: serial: quatech2.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Bill Pemberton <wfp5p@virginia.edu >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:52 -07:00
Greg Kroah-Hartman
3da3bf76cb
USB: serial: qcserial.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: "Bjørn Mork" <bjorn@mork.no >
CC: Dan Williams <dcbw@redhat.com >
CC: Thomas Tuttle <ttuttle@chromium.org >
CC: Alan Stern <stern@rowland.harvard.edu >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:47 -07:00
Greg Kroah-Hartman
ec035e4b83
USB: serial: oti6858.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Johan Hovold <jhovold@gmail.com >
CC: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:45 -07:00
Greg Kroah-Hartman
6ae06571da
USB: serial: option.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Matthias Urlichs <smurf@smurf.noris.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:42 -07:00
Greg Kroah-Hartman
e4fd70c5e2
USB: serial: metro-usb.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Aleksey Babahin <tamerlan311@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:42 -07:00
Greg Kroah-Hartman
63f10ddadb
USB: serial: kl5kusb105.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Oliver Neukum <oliver@neukum.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:36 -07:00
Greg Kroah-Hartman
8c46939be4
USB: serial: keyspan_pda.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:35 -07:00
Greg Kroah-Hartman
7beb3c31a5
USB: serial: ir-usb.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Rusty Russell <rusty@rustcorp.com.au >
CC: Johan Hovold <jhovold@gmail.com >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:35 -07:00
Greg Kroah-Hartman
f3004d5402
USB: serial: ipw.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
CC: "Bjørn Mork" <bjorn@mork.no >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:32 -07:00
Greg Kroah-Hartman
06e454c40e
USB: serial: ipaq.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Rusty Russell <rusty@rustcorp.com.au >
CC: Johan Hovold <jhovold@gmail.com >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:30 -07:00
Greg Kroah-Hartman
347708d929
USB: serial: funsoft.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:27 -07:00
Greg Kroah-Hartman
e6e367b26e
USB: serial: ftdi_sio.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de >
CC: Simon Arlott <simon@fire.lp0.eu >
CC: Andrew Worsley <amworsley@gmail.com >
CC: "Michał Wróbel" <michal.wrobel@flytronic.pl >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:24 -07:00
Greg Kroah-Hartman
a9b57be074
USB: serial: empeg.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Gary Brubaker <xavyer@ix.netcom.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:22 -07:00
Greg Kroah-Hartman
a2f98a203b
USB: serial: digi_acceleport.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Peter Berger <pberger@brimson.com >
CC: Al Borchers <alborchers@steinerpoint.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:21 -07:00
Greg Kroah-Hartman
19e988cfb9
USB: serial: cp210x.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Johan Hovold <jhovold@gmail.com >
CC: Preston Fick <preston.fick@silabs.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:21 -07:00
Greg Kroah-Hartman
c34518dce9
USB: serial: aircable.c: remove debug module parameter
...
Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all. So remove
it so as to not confuse people.
CC: Paul Gortmaker <paul.gortmaker@windriver.com >
CC: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:31:18 -07:00
Greg Kroah-Hartman
b12f7a1cb9
USB: serial: kobil_sct.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: Felipe Balbi <balbi@ti.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:06:55 -07:00
Greg Kroah-Hartman
826575fc95
USB: serial: keyspan_pda.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.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 12:06:52 -07:00
Greg Kroah-Hartman
255b703a34
USB: serial: whiteheat.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: Support Department <support@connecttech.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 11:50:35 -07:00
Greg Kroah-Hartman
4f0c641200
USB: serial: ssu100.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: 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 >
2012-09-14 11:50:35 -07:00
Greg Kroah-Hartman
8c8e87bc23
USB: serial: oti6858.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: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 11:50:32 -07:00
Greg Kroah-Hartman
7065e8267b
USB: serial: garmin_gps.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: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 11:50:30 -07:00
Greg Kroah-Hartman
1ad7604f69
USB: serial: kl5kusb105.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: Oliver Neukum <oliver@neukum.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 09:47:43 -07:00
Greg Kroah-Hartman
bfc51614b3
USB: serial: ftdi_sio.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: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de >
CC: Simon Arlott <simon@fire.lp0.eu >
CC: Andrew Worsley <amworsley@gmail.com >
CC: "Michał Wróbel" <michal.wrobel@flytronic.pl >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 09:47:42 -07:00
Greg Kroah-Hartman
f9dfbebb8b
USB: serial: digi_acceleport.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: Peter Berger <pberger@brimson.com >
CC: Al Borchers <alborchers@steinerpoint.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 09:47:39 -07:00
Greg Kroah-Hartman
dfa1c31564
USB: serial: cypress_m8.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: Lonnie Mendez <dignome@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-14 09:47:38 -07:00
Rene Buergel
99495c7061
USB: ezusb: remove dependancy on usb_serial
...
This patch removes the dependency on the usb_serial interface and names
some magic constants
Signed-off-by: René Bürgel <rene.buergel@sohard.de >
--
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-13 21:59:51 -07:00
Alexey Khoroshilov
8321652ae2
USB: omninet: fix potential tty NULL dereference
...
Add check for return value of tty_port_tty_get,
since it can return NULL after port hangup that may happen anytime.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-13 21:48:48 -07:00
Greg Kroah-Hartman
a80be97d0a
USB: serial: usb_wwan.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: "Bjørn Mork" <bjorn@mork.no >
CC: Rusty Russell <rusty@rustcorp.com.au >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
CC: Dan Carpenter <dan.carpenter@oracle.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-13 17:41:50 -07:00
Greg Kroah-Hartman
7b5ba275df
USB: serial: omninet.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: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-13 17:41:48 -07:00
Greg Kroah-Hartman
0e00609d85
USB: serial: option.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: Matthias Urlichs <smurf@smurf.noris.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-13 17:18:19 -07:00
Greg Kroah-Hartman
d44d9ab792
USB: serial: opticon.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: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-13 17:18:19 -07:00
Greg Kroah-Hartman
592ba39fab
USB: serial: ipw.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: Rusty Russell <rusty@rustcorp.com.au >
CC: Alan Stern <stern@rowland.harvard.edu >
CC: Mauro Carvalho Chehab <mchehab@redhat.com >
CC: "Bjørn Mork" <bjorn@mork.no >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-13 17:18:16 -07:00
Greg Kroah-Hartman
96fc8e8d85
USB: serial: cyberjack.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: Matthias Bruestle and Harald Welte <support@reiner-sct.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-13 17:18:14 -07:00
Greg Kroah-Hartman
660f3b1410
USB: serial: cp210x.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: Preston Fick <preston.fick@silabs.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-13 17:18:13 -07:00
Greg Kroah-Hartman
79cbeeaf26
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 >
2012-09-13 17:18:10 -07:00
Greg Kroah-Hartman
92931d243b
USB: serial: core: clean up dbg and printk usage.
...
This cleans up the usb-serial module to remove all old usages of dbg()
and "raw" printk() calls for error reporting (there are some info
messages left for now.)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-13 16:30:31 -07:00
Greg Kroah-Hartman
fee84a54e7
USB: serial: core: remove some trace debugging calls
...
These dbg() calls were no more than just a function trace, so remove
them. If you want to see the functions being called, use the in-kernel
function trace code instead, it's much nicer.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-09-13 15:39:01 -07:00