Commit ed8fbc2d authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman

greybus: db3-platform: Use dev_info for success messages

Used dev_err() by mistake, fix it.
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment