nvadsp: os: remove adsp_lpthread kernel print

Removing adsp_lpthread_debugfs_init() success print
since it causes kernel warning test to fail

Bug 1727014

Change-Id: I5297be9ed656b1872c5e3088f5a9e2e4a29d7a8b
Signed-off-by: Hariharan Sivaraman <hariharans@nvidia.com>
Reviewed-on: http://git-master/r/1153287
(cherry picked from commit 8371d226c11ec602c858ff8a50d0d43e51dc0a48)
Reviewed-on: https://git-master.nvidia.com/r/1558947
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ajay Nandakumar M <anandakumarm@nvidia.com>
Reviewed-by: Nitin Pai <npai@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Hariharan Sivaraman
2016-05-25 14:43:22 +05:30
committed by Laxman Dewangan
parent d593fa42f0
commit 2e9feef735

View File

@@ -1494,9 +1494,7 @@ int nvadsp_os_start(void)
if (drv_data->adsp_os_suspended == false) {
ret = adsp_lpthread_debugfs_init(priv.pdev);
if (ret)
dev_err(dev, "adsp_lpthread_debugfs_init() failed with ret = %d\n", ret);
else
dev_err(dev, "adsp_lpthread_debugfs_init() success with ret = %d\n", ret);
dev_err(dev, "adsp_lpthread_debugfs_init failed ret = %d\n", ret);
}
#endif