Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Fix pasto. From Andreas Johansson <ajo@rockstor...
details: https://anonhg.NetBSD.org/src/rev/c0caf30a0fe1
branches: trunk
changeset: 516589:c0caf30a0fe1
user: augustss <augustss%NetBSD.org@localhost>
date: Thu Oct 25 13:45:16 2001 +0000
description:
Fix pasto. From Andreas Johansson <ajo%rockstorm.se@localhost>.
diffstat:
sys/dev/usb/ums.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c9abf99a666f -r c0caf30a0fe1 sys/dev/usb/ums.c
--- a/sys/dev/usb/ums.c Thu Oct 25 13:43:56 2001 +0000
+++ b/sys/dev/usb/ums.c Thu Oct 25 13:45:16 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ums.c,v 1.47 2001/01/23 14:04:14 augustss Exp $ */
+/* $NetBSD: ums.c,v 1.48 2001/10/25 13:45:16 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -291,7 +291,7 @@
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));
Home |
Main Index |
Thread Index |
Old Index