Skip to content

Commit 20cb0c1

Browse files
marcanjannau
authored andcommitted
of: Demote "Bad cell count" to debug message
This happens on the SPMI bus... TODO: figure out what the right solution is here. Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 5e2b50a commit 20cb0c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/of/address.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ static u64 __of_translate_address(struct device_node *node,
578578
return OF_BAD_ADDR;
579579
pbus->count_cells(dev, &pna, &pns);
580580
if (!OF_CHECK_COUNTS(pna, pns)) {
581-
pr_err("Bad cell count for %pOF\n", dev);
581+
pr_debug("Bad cell count for %pOF\n", dev);
582582
return OF_BAD_ADDR;
583583
}
584584

0 commit comments

Comments
 (0)