Skip to content

Commit 127535b

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 999cc1c commit 127535b

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
@@ -561,7 +561,7 @@ static u64 __of_translate_address(struct device_node *node,
561561
pbus = of_match_bus(parent);
562562
pbus->count_cells(dev, &pna, &pns);
563563
if (!OF_CHECK_COUNTS(pna, pns)) {
564-
pr_err("Bad cell count for %pOF\n", dev);
564+
pr_debug("Bad cell count for %pOF\n", dev);
565565
return OF_BAD_ADDR;
566566
}
567567

0 commit comments

Comments
 (0)