mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove spurious )
PR: 137758 Submitted by: Henning Petersen <henning.petersen@t-online.de> MFC after: 1 week
This commit is contained in:
parent
3d93e0e9ec
commit
af57883569
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue