summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-01-02 22:05:45 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-01-02 22:05:45 +0000
commit8a40a040b12586e355e4687df3a8753f5603fbb9 (patch)
treed7a2c21293615ca6ea403a051b813fb6021929ac /sys
parent9c2e146c324b29ff493673b8b47d761e4fa88df0 (diff)
probe does not print anything
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/radio.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/radio.c b/sys/dev/radio.c
index 894faa0b778..1b210f4d3bd 100644
--- a/sys/dev/radio.c
+++ b/sys/dev/radio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: radio.c,v 1.2 2001/12/05 10:27:06 mickey Exp $ */
+/* $OpenBSD: radio.c,v 1.3 2002/01/02 22:05:44 mickey Exp $ */
/* $RuOBSD: radio.c,v 1.7 2001/12/04 06:03:05 tm Exp $ */
/*
@@ -58,8 +58,7 @@ struct cfdriver radio_cd = {
int
radioprobe(struct device *parent, void *match, void *aux)
{
- printf("\n"); /* stub!?, fixme */
- return 1;
+ return (1);
}
void