PERFORCE change 119207 for review

Rui Paulo rpaulo at FreeBSD.org
Thu May 3 22:13:52 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=119207

Change 119207 by rpaulo at rpaulo_epsilon on 2007/05/03 22:13:26

	Fix a debugging printf introduced with Mighty Mouse's changes.

Affected files ...

.. //depot/projects/soc2007/rpaulo-macbook/dev/usb/ums.c#4 edit

Differences ...

==== //depot/projects/soc2007/rpaulo-macbook/dev/usb/ums.c#4 (text+ko) ====

@@ -516,7 +516,7 @@
 
 	if (dx || dy || dz || dt || dw || (sc->flags & UMS_Z)
 	    || buttons != sc->status.button) {
-		DPRINTFN(5, ("ums_intr: x:%d y:%d z:%d t:%d w:%w buttons:0x%x\n",
+		DPRINTFN(5, ("ums_intr: x:%d y:%d z:%d t:%d w:%d buttons:0x%x\n",
 			dx, dy, dz, dt, dw, buttons));
 
 		sc->status.button = buttons;


More information about the p4-projects mailing list