Don't printf bus_space_tag_t's in a MI driver.

This commit is contained in:
dyoung 2010-04-21 21:49:53 +00:00
parent ca0767d9d7
commit bac6fbbd00
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: spic.c,v 1.17 2010/02/24 22:37:58 dyoung Exp $ */
/* $NetBSD: spic.c,v 1.18 2010/04/21 21:49:53 dyoung Exp $ */
/*
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -49,7 +49,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: spic.c,v 1.17 2010/02/24 22:37:58 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: spic.c,v 1.18 2010/04/21 21:49:53 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -257,7 +257,7 @@ spic_attach(struct spic_softc *sc)
#ifdef SPIC_DEBUG
if (spicdebug)
printf("spic_attach %x %x\n", sc->sc_iot, (uint)sc->sc_ioh);
printf("spic_attach %x\n", (uint)sc->sc_ioh);
#endif
callout_init(&sc->sc_poll, 0);