Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/sunxi Fix dmesg
details: https://anonhg.NetBSD.org/src/rev/a53fa45950bf
branches: trunk
changeset: 825153:a53fa45950bf
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Jul 01 22:49:09 2017 +0000
description:
Fix dmesg
diffstat:
sys/arch/arm/sunxi/sunxi_twi.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r ff03c2da2900 -r a53fa45950bf sys/arch/arm/sunxi/sunxi_twi.c
--- a/sys/arch/arm/sunxi/sunxi_twi.c Sat Jul 01 20:08:56 2017 +0000
+++ b/sys/arch/arm/sunxi/sunxi_twi.c Sat Jul 01 22:49:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunxi_twi.c,v 1.1 2017/06/29 19:16:08 jmcneill Exp $ */
+/* $NetBSD: sunxi_twi.c,v 1.2 2017/07/01 22:49:09 jmcneill Exp $ */
/*-
* Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunxi_twi.c,v 1.1 2017/06/29 19:16:08 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunxi_twi.c,v 1.2 2017/07/01 22:49:09 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -119,9 +119,6 @@
gttwsi_attach_subr(self, bst, bsh);
- aprint_naive("\n");
- aprint_normal(": TWI\n");
-
ih = fdtbus_intr_establish(phandle, 0, IPL_VM, 0, gttwsi_intr, sc);
if (ih == NULL) {
aprint_error_dev(self, "couldn't establish interrupt on %s\n",
Home |
Main Index |
Thread Index |
Old Index