git: usb4bsd: Fix some warnings in usb_serial.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Mar 9 16:33:46 PDT 2014
commit 69ea62cfb57e7a372ae9fbb0404b63a00ce60e30
Author: Sascha Wildner <saw at online.de>
Date: Mon Mar 10 00:33:06 2014 +0100
usb4bsd: Fix some warnings in usb_serial.
* Fix two cases where sc was passed to ucom_modem() but sc->sc_tty
should have been.
* Comment out a debug variable.
* Use #if 0 consequently and add a few more.
* Indent fixes.
OK'd-by: profmakx
Summary of changes:
sys/bus/u4b/serial/usb_serial.c | 34 +++++++++++++++++++---------------
1 file changed, 19 insertions(+), 15 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/69ea62cfb57e7a372ae9fbb0404b63a00ce60e30
--
DragonFly BSD source repository
More information about the Commits
mailing list