svn commit: r198546 - head/sys/dev/amr

Christian Brueffer brueffer at FreeBSD.org
Wed Oct 28 15:22:59 UTC 2009


Author: brueffer
Date: Wed Oct 28 15:22:58 2009
New Revision: 198546
URL: http://svn.freebsd.org/changeset/base/198546

Log:
  Remove spurious `)`
  
  PR:		137758
  Submitted by:	Henning Petersen <henning.petersen at t-online.de>
  MFC after:	1 week

Modified:
  head/sys/dev/amr/amr.c

Modified: head/sys/dev/amr/amr.c
==============================================================================
--- head/sys/dev/amr/amr.c	Wed Oct 28 15:09:21 2009	(r198545)
+++ head/sys/dev/amr/amr.c	Wed Oct 28 15:22:58 2009	(r198546)
@@ -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
 


More information about the svn-src-all mailing list