summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-07-15 16:21:14 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-07-15 16:21:14 +0000
commitbe8c38aa7fcde1a253d9e4c1b5778dba07037e09 (patch)
tree9c5b30449e2f60bf685cdb8981d9d9357dabd229
parentab849cad9d53b0ed890e5a064152106b5ebace51 (diff)
Remove an errant ATW_CLR() that was the result of a merge error.
-rw-r--r--sys/dev/ic/atw.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/atw.c b/sys/dev/ic/atw.c
index de797105ad6..129645cf437 100644
--- a/sys/dev/ic/atw.c
+++ b/sys/dev/ic/atw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atw.c,v 1.20 2004/07/15 16:13:10 millert Exp $ */
+/* $OpenBSD: atw.c,v 1.21 2004/07/15 16:21:13 millert Exp $ */
/* $NetBSD: atw.c,v 1.65 2004/07/15 07:31:05 dyoung Exp $ */
/*-
@@ -1755,8 +1755,6 @@ atw_rf3000_write(struct atw_softc *sc, u_int addr, u_int val)
break;
}
- ATW_CLR(sc, ATW_BBPCTL, ATW_BBPCTL_WR);
-
if (i < 0) {
printf("%s: BBPCTL still busy\n", sc->sc_dev.dv_xname);
return ETIMEDOUT;