Module Name:    src
Committed By:   jmcneill
Date:           Mon Oct  3 22:33:02 UTC 2011

Modified Files:
        src/sys/dev/pci: piixpm.c

Log Message:
avoid printing an empty line in the sb800 case


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/pci/piixpm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/piixpm.c
diff -u src/sys/dev/pci/piixpm.c:1.36 src/sys/dev/pci/piixpm.c:1.37
--- src/sys/dev/pci/piixpm.c:1.36	Sun Oct  2 23:25:20 2011
+++ src/sys/dev/pci/piixpm.c	Mon Oct  3 22:33:02 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: piixpm.c,v 1.36 2011/10/02 23:25:20 jmcneill Exp $ */
+/* $NetBSD: piixpm.c,v 1.37 2011/10/03 22:33:02 jmcneill Exp $ */
 /*	$OpenBSD: piixpm.c,v 1.20 2006/02/27 08:25:02 grange Exp $	*/
 
 /*
@@ -22,7 +22,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: piixpm.c,v 1.36 2011/10/02 23:25:20 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: piixpm.c,v 1.37 2011/10/03 22:33:02 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -253,9 +253,9 @@ nopowermanagement:
 	if (sc->sc_poll)
 		aprint_normal("polling");
 
-attach_i2c:
 	aprint_normal("\n");
 
+attach_i2c:
 	/* Attach I2C bus */
 	rw_init(&sc->sc_i2c_rwlock);
 	sc->sc_i2c_tag.ic_cookie = sc;

Reply via email to