提交 ed8fbc2d 编写于 作者: V Viresh Kumar 提交者: Greg Kroah-Hartman

greybus: db3-platform: Use dev_info for success messages

Used dev_err() by mistake, fix it.
Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@google.com>
上级 863e652e
......@@ -305,7 +305,7 @@ static int apb_ctrl_probe(struct platform_device *pdev)
*
* Not sure anything else needs to take care here.
*/
dev_err(dev, "Device registered successfully \n");
dev_info(dev, "Device registered successfully \n");
return 0;
exit:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册