From 8e47dfb8e0c3748299f09b755aad79c5cb805642 Mon Sep 17 00:00:00 2001 From: Noriaki Mitsunaga Date: Sun, 29 Oct 2000 06:03:47 +0000 Subject: Remove unnecessary printf(). --- sys/dev/stg/tmc18c30_isa.c | 1 - sys/dev/stg/tmc18c30_pccard.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/stg/tmc18c30_isa.c b/sys/dev/stg/tmc18c30_isa.c index 83ab6a848a42..67fb6b62e42b 100644 --- a/sys/dev/stg/tmc18c30_isa.c +++ b/sys/dev/stg/tmc18c30_isa.c @@ -293,6 +293,5 @@ stgattach(device_t devi) sc->sc_ih = stgintr; - printf("stg%d",device_get_unit(devi)); return(STGIOSZ); } diff --git a/sys/dev/stg/tmc18c30_pccard.c b/sys/dev/stg/tmc18c30_pccard.c index e9ceef915dd8..574fbb27c82b 100644 --- a/sys/dev/stg/tmc18c30_pccard.c +++ b/sys/dev/stg/tmc18c30_pccard.c @@ -393,7 +393,6 @@ stgattach(DEVPORT_PDEVICE devi) sc->sc_ih = stgintr; - printf("stg%d",DEVPORT_PDEVUNIT(devi)); return(STGIOSZ); } #endif /* NCARD>0 */ -- cgit v1.3