Skip to content

Commit 44501eb

Browse files
M-Vaittinenbroonie
authored andcommitted
regulator: bd718x7: Drop unnecessary info print
A device-tree node name was printed when bd718x7 driver's feedback-loop feature was developed. This print was accidentally left in driver. The info-level print just pollutes the log. Drop unnecessary pr_info() Fixes: d2ad981 ("regulator: bd718x7: Support external connection to scale voltages") Signed-off-by: Matti Vaittinen <[email protected]> Link: https://lore.kernel.org/r/33fd99abf2451999938fef4ba6cf7b3f19e9b992.1669203610.git.mazziesaccount@gmail.com Signed-off-by: Mark Brown <[email protected]>
1 parent 149f526 commit 44501eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/regulator/bd718x7-regulator.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,8 +1576,6 @@ static int setup_feedback_loop(struct device *dev, struct device_node *np,
15761576
if (!of_node_name_eq(np, desc->of_match))
15771577
continue;
15781578

1579-
pr_info("Looking at node '%s'\n", desc->of_match);
1580-
15811579
/* The feedback loop connection does not make sense for LDOs */
15821580
if (desc->id >= BD718XX_LDO1)
15831581
return -EINVAL;

0 commit comments

Comments
 (0)