Skip to content

Commit 5049bb5

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 097473c commit 5049bb5

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
@@ -564,7 +564,7 @@ static u64 __of_translate_address(struct device_node *node,
564564
return OF_BAD_ADDR;
565565
pbus->count_cells(dev, &pna, &pns);
566566
if (!OF_CHECK_COUNTS(pna, pns)) {
567-
pr_err("Bad cell count for %pOF\n", dev);
567+
pr_debug("Bad cell count for %pOF\n", dev);
568568
return OF_BAD_ADDR;
569569
}
570570

0 commit comments

Comments
 (0)