diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-02 22:05:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-02 22:05:45 +0000 |
commit | 8a40a040b12586e355e4687df3a8753f5603fbb9 (patch) | |
tree | d7a2c21293615ca6ea403a051b813fb6021929ac /sys | |
parent | 9c2e146c324b29ff493673b8b47d761e4fa88df0 (diff) |
probe does not print anything
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/radio.c | 5 |
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 |