summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-12-13 05:41:33 +0000
committerimp <imp@FreeBSD.org>2004-12-13 05:41:33 +0000
commit44b7a6317571bd5ae85d0fd19eaeb632f1f963c4 (patch)
treea97d865e95ca34c259bc7713e91f96152d6f07fb /sys/dev/usb
parent1f6faf55dab801987c259bf6d3653c8fc9933f0a (diff)
downloadFreeBSD-src-44b7a6317571bd5ae85d0fd19eaeb632f1f963c4.zip
FreeBSD-src-44b7a6317571bd5ae85d0fd19eaeb632f1f963c4.tar.gz
Crank down the lame-o-matic a notch by moving the = inside the /* */ rather
than outside to fix the build.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/ums.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c
index d1e3d3d..83440c3 100644
--- a/sys/dev/usb/ums.c
+++ b/sys/dev/usb/ums.c
@@ -592,7 +592,7 @@ ums_enable(v)
sc->qhead = sc->qtail = 0;
sc->status.flags = 0;
sc->status.button = sc->status.obutton = 0;
- sc->status.dx = sc->status.dy = sc->status.dz = /* sc->status.dt */ = 0;
+ sc->status.dx = sc->status.dy = sc->status.dz /* = sc->status.dt */ = 0;
callout_handle_init((struct callout_handle *)&sc->callout_handle);
OpenPOWER on IntegriCloud