Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347152
b: refs/heads/master
c: b6489d9
h: refs/heads/master
v: v3
  • Loading branch information
Vikram Narayanan authored and Artem Bityutskiy committed Nov 15, 2012
1 parent 5cd9345 commit dd4d664
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 600ed67562e5349be92867825ab5505526eac139
refs/heads/master: b6489d9706ca6cb42892571ac82b71ad92675036
6 changes: 4 additions & 2 deletions trunk/drivers/mtd/tests/mtd_nandecctest.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/list.h>
Expand Down Expand Up @@ -264,13 +266,13 @@ static int nand_ecc_test_run(const size_t size)
correct_data, size);

if (err) {
pr_err("mtd_nandecctest: not ok - %s-%zd\n",
pr_err("not ok - %s-%zd\n",
nand_ecc_test[i].name, size);
dump_data_ecc(error_data, error_ecc,
correct_data, correct_ecc, size);
break;
}
pr_info("mtd_nandecctest: ok - %s-%zd\n",
pr_info("ok - %s-%zd\n",
nand_ecc_test[i].name, size);
}
error:
Expand Down

0 comments on commit dd4d664

Please sign in to comment.