Skip to content

Commit

Permalink
linux: stable: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Nov 30, 2023
1 parent b43c6e5 commit 3987d90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ index 684a011a63..81ba5740ce 100644
--- a/drivers/mfd/mfd-core.c
+++ b/drivers/mfd/mfd-core.c
@@ -215,7 +215,7 @@ static int mfd_add_device(struct device *parent, int id,
}

match:
if (!pdev->dev.of_node)
- pr_warn("%s: Failed to locate of_node [id: %d]\n",
+ pr_debug("%s: Failed to locate of_node [id: %d]\n",
Expand Down

0 comments on commit 3987d90

Please sign in to comment.