[PATCH 04/34] cyclictest: remove extra argument in warn() and fatal() calls

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Tommi Rantala <tommi.t.rantala@xxxxxxxxx>
---
 src/cyclictest/cyclictest.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
index 7cd9f29..75f1fcd 100644
--- a/src/cyclictest/cyclictest.c
+++ b/src/cyclictest/cyclictest.c
@@ -570,14 +570,12 @@ static void debugfs_prepare(void)
 		fatal("could not mount debugfs");
 
 	if (kernelversion >= KV_26_33) {
-		char testname[MAX_PATH];
-
 		fileprefix = get_debugfileprefix();
 		if (!trace_file_exists("tracing_enabled") &&
 		    !trace_file_exists("tracing_on"))
 			warn("tracing_enabled or tracing_on not found\n"
 			    "debug fs not mounted, "
-			    "TRACERs not configured?\n", testname);
+			    "TRACERs not configured?\n");
 	} else
 		fileprefix = procfileprefix;
 }
@@ -1030,7 +1028,7 @@ static void *timerthread(void *param)
 		/* get current smi count to use as base value */
 		if (get_smi_counter(par->msr_fd, &smi_old))
 			fatal("Could not read SMI counter, errno: %d\n",
-				par->cpu, errno);
+				errno);
 	}
 
 	/* Get current time */
@@ -1159,7 +1157,7 @@ static void *timerthread(void *param)
 		if (smi) {
 			if (get_smi_counter(par->msr_fd, &smi_now)) {
 				warn("Could not read SMI counter, errno: %d\n",
-					par->cpu, errno);
+					errno);
 				goto out;
 			}
 			diff_smi = smi_now - smi_old;
-- 
2.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux