We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbce86 commit 5b8c1f3Copy full SHA for 5b8c1f3
drivers/soundwire/qcom.c
@@ -1648,9 +1648,9 @@ static int qcom_swrm_probe(struct platform_device *pdev)
1648
if (ret)
1649
goto err_master_add;
1650
1651
- dev_info(dev, "Qualcomm Soundwire controller v%x.%x.%x Registered\n",
1652
- (ctrl->version >> 24) & 0xff, (ctrl->version >> 16) & 0xff,
1653
- ctrl->version & 0xffff);
+ dev_dbg(dev, "Qualcomm Soundwire controller v%x.%x.%x registered\n",
+ (ctrl->version >> 24) & 0xff, (ctrl->version >> 16) & 0xff,
+ ctrl->version & 0xffff);
1654
1655
pm_runtime_set_autosuspend_delay(dev, 3000);
1656
pm_runtime_use_autosuspend(dev);
0 commit comments