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