summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/usb/ubsa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c
index f78f3e0..60ebd4c 100644
--- a/sys/dev/usb/ubsa.c
+++ b/sys/dev/usb/ubsa.c
@@ -617,9 +617,10 @@ ubsa_param(void *addr, int portno, struct termios *ti)
{
struct ubsa_softc *sc;
+ sc = addr;
+
DPRINTF(("ubsa_param: sc = %p\n", sc));
- sc = addr;
ubsa_baudrate(sc, ti->c_ospeed);
ubsa_parity(sc, ti->c_cflag);
ubsa_databits(sc, ti->c_cflag);
OpenPOWER on IntegriCloud