mmc: improve mmc_block_test printouts

Change the printout format to be more readable.
Specifically, add quotes around the test case name
strings.

Change-Id: I51b0c1b94389e4b51af84c5e993207b18efc2226
Signed-off-by: Lee Susman <lsusman@codeaurora.org>
[merez@codeaurora.org: fix conflicts as BKOPS tests were removed]
Signed-off-by: Maya Erez <merez@codeaurora.org>
[venkatg@codeaurora.org: Drop changes to mmc_block_test.c]
Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
This commit is contained in:
Lee Susman 2014-12-04 00:21:03 +02:00 committed by David Keitel
parent 0162f826f3
commit 4f84e1c313

View file

@ -665,7 +665,7 @@ int test_iosched_start_test(struct test_info *t_info)
test_name = ptd->test_info.get_test_case_str_fn(ptd);
else
test_name = "Unknown testcase";
test_pr_info("%s: Starting test %s\n", __func__, test_name);
test_pr_info("%s: Starting test %s", __func__, test_name);
ret = prepare_test(ptd);
if (ret) {