From 2e771e0387b8c33ea89b4aa6e75efb60a5f94b45 Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Wed, 1 Sep 1999 21:37:56 +0000 Subject: [PATCH] Typo: 'x' should be 'y' (only affects debugging output) --- 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 d6b27dc4be7..3a027d20019 100644 --- a/sys/dev/usb/ums.c +++ b/sys/dev/usb/ums.c @@ -301,7 +301,7 @@ USB_ATTACH(ums) DPRINTF(("ums_attach: X\t%d/%d\n", sc->sc_loc_x.pos, sc->sc_loc_x.size)); DPRINTF(("ums_attach: Y\t%d/%d\n", - sc->sc_loc_x.pos, sc->sc_loc_x.size)); + sc->sc_loc_y.pos, sc->sc_loc_y.size)); if (sc->flags & UMS_Z) DPRINTF(("ums_attach: Z\t%d/%d\n", sc->sc_loc_z.pos, sc->sc_loc_z.size));