From af578835691ce9a4e0dbd3dbc6e4100aab86fb82 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Wed, 28 Oct 2009 15:22:58 +0000 Subject: [PATCH] Remove spurious `)` PR: 137758 Submitted by: Henning Petersen MFC after: 1 week --- sys/dev/amr/amr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c index 2061fcc801f..955c87947fe 100644 --- a/sys/dev/amr/amr.c +++ b/sys/dev/amr/amr.c @@ -225,7 +225,7 @@ amr_attach(struct amr_softc *sc) } #ifdef AMR_BOARD_INIT - if ((AMR_IS_QUARTZ(sc) ? amr_quartz_init(sc) : amr_std_init(sc)))) + if ((AMR_IS_QUARTZ(sc) ? amr_quartz_init(sc) : amr_std_init(sc))) return(ENXIO); #endif