Skip to content

Commit 45f714b

Browse files
committed
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 1aba7bb commit 45f714b

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
@@ -538,7 +538,7 @@ static u64 __of_translate_address(struct device_node *dev,
538538
pbus = of_match_bus(parent);
539539
pbus->count_cells(dev, &pna, &pns);
540540
if (!OF_CHECK_COUNTS(pna, pns)) {
541-
pr_err("Bad cell count for %pOF\n", dev);
541+
pr_debug("Bad cell count for %pOF\n", dev);
542542
break;
543543
}
544544

0 commit comments

Comments
 (0)