svn commit: r261957 - head/sys/arm/freescale
Ian Lepore
ian at FreeBSD.org
Sun Feb 16 03:30:22 UTC 2014
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 */
More information about the svn-src-head
mailing list