Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 03:30:22 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261957 - head/sys/arm/freescale
Message-ID:  <201402160330.s1G3UM65076749@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Sun Feb 16 03:30:22 2014
New Revision: 261957
URL: http://svnweb.freebsd.org/changeset/base/261957

Log:
  Oops, remove some dregs of debugging.

Modified:
  head/sys/arm/freescale/fsl_ocotp.c

Modified: head/sys/arm/freescale/fsl_ocotp.c
==============================================================================
--- head/sys/arm/freescale/fsl_ocotp.c	Sun Feb 16 03:09:39 2014	(r261956)
+++ head/sys/arm/freescale/fsl_ocotp.c	Sun Feb 16 03:30:22 2014	(r261957)
@@ -84,7 +84,7 @@ fsl_ocotp_devmap(void)
 
 	return;
 fatal:
-	panic("cannot find/map the ocotp registers, %d", where);
+	panic("cannot find/map the ocotp registers");
 }
 /* XXX end of temporary code */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402160330.s1G3UM65076749>