From d539ea55a83a511ebc3e622c2254b467937386d3 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 13 Dec 2004 05:41:33 +0000 Subject: [PATCH] Crank down the lame-o-matic a notch by moving the = inside the /* */ rather than outside to fix the build. --- sys/dev/usb/ums.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c index d1e3d3db6d52..83440c3ef857 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);