Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/i2c Remove extraneous printf().
details: https://anonhg.NetBSD.org/src/rev/055f5b7e9dd7
branches: trunk
changeset: 790616:055f5b7e9dd7
user: jdc <jdc%NetBSD.org@localhost>
date: Fri Oct 18 15:16:08 2013 +0000
description:
Remove extraneous printf().
diffstat:
sys/dev/i2c/lm87.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r b51a6e829df6 -r 055f5b7e9dd7 sys/dev/i2c/lm87.c
--- a/sys/dev/i2c/lm87.c Fri Oct 18 15:15:22 2013 +0000
+++ b/sys/dev/i2c/lm87.c Fri Oct 18 15:16:08 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lm87.c,v 1.1 2013/10/15 19:12:41 jdc Exp $ */
+/* $NetBSD: lm87.c,v 1.2 2013/10/18 15:16:08 jdc Exp $ */
/* $OpenBSD: lm87.c,v 1.20 2008/11/10 05:19:48 cnst Exp $ */
/*
@@ -18,7 +18,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lm87.c,v 1.1 2013/10/15 19:12:41 jdc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lm87.c,v 1.2 2013/10/18 15:16:08 jdc Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -219,7 +219,6 @@
printf(", cannot write Configuration Register 1\n");
return;
}
- printf(", starting scan");
}
iic_release_bus(sc->sc_tag, 0);
Home |
Main Index |
Thread Index |
Old Index