Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb It's tp->t_dev, not tp->tp_dev. Corrects commit...
details: https://anonhg.NetBSD.org/src/rev/5f1ecb09b406
branches: trunk
changeset: 772130:5f1ecb09b406
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Mon Dec 19 19:39:51 2011 +0000
description:
It's tp->t_dev, not tp->tp_dev. Corrects commit prior to previous.
diffstat:
sys/dev/usb/ucom.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1949097e7758 -r 5f1ecb09b406 sys/dev/usb/ucom.c
--- a/sys/dev/usb/ucom.c Mon Dec 19 19:34:52 2011 +0000
+++ b/sys/dev/usb/ucom.c Mon Dec 19 19:39:51 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ucom.c,v 1.90 2011/12/19 19:34:52 jakllsch Exp $ */
+/* $NetBSD: ucom.c,v 1.91 2011/12/19 19:39:51 jakllsch Exp $ */
/*
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ucom.c,v 1.90 2011/12/19 19:34:52 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ucom.c,v 1.91 2011/12/19 19:39:51 jakllsch Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1037,7 +1037,7 @@
{
#if 0
/*struct ucom_softc *sc =
- device_lookup_private(&ucom_cd, UCOMUNIT(tp->tp_dev));*/
+ device_lookup_private(&ucom_cd, UCOMUNIT(tp->t_dev));*/
int s;
s = spltty();
Home |
Main Index |
Thread Index |
Old Index