Skip to content

Commit 514626a

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 05c6869 commit 514626a

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
@@ -554,7 +554,7 @@ static u64 __of_translate_address(struct device_node *dev,
554554
pbus = of_match_bus(parent);
555555
pbus->count_cells(dev, &pna, &pns);
556556
if (!OF_CHECK_COUNTS(pna, pns)) {
557-
pr_err("Bad cell count for %pOF\n", dev);
557+
pr_debug("Bad cell count for %pOF\n", dev);
558558
break;
559559
}
560560

0 commit comments

Comments
 (0)