We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0362a2 commit 0aeae37Copy full SHA for 0aeae37
drivers/of/unittest.c
@@ -664,12 +664,12 @@ static void __init of_unittest_parse_phandle_with_args_map(void)
664
memset(&args, 0, sizeof(args));
665
666
EXPECT_BEGIN(KERN_INFO,
667
- "OF: /testcase-data/phandle-tests/consumer-b: could not find phandle");
+ "OF: /testcase-data/phandle-tests/consumer-b: could not find phandle 12345678");
668
669
rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-phandle",
670
"phandle", 0, &args);
671
EXPECT_END(KERN_INFO,
672
673
674
unittest(rc == -EINVAL, "expected:%i got:%i\n", -EINVAL, rc);
675
0 commit comments