asoc: audio-kernel: Remove trace_printk

Remove trace_printk point.

Change-Id: I76b53eda77bc41c75e06a885084022d74c248188
Signed-off-by: yuayang <quic_yuayang@quicinc.com>
This commit is contained in:
yuayang
2023-12-13 14:42:17 +08:00
parent e5a753acaf
commit 568d8d0822
18 changed files with 8 additions and 182 deletions

View File

@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2022-2023, Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include <linux/device.h>
@@ -704,7 +704,6 @@ static int swr_haptics_suspend(struct device *dev)
dev_err_ratelimited(dev, "%s: no data for swr_hap\n", __func__);
return -ENODEV;
}
trace_printk("%s: suspended\n", __func__);
return rc;
}
@@ -719,7 +718,6 @@ static int swr_haptics_resume(struct device *dev)
dev_err_ratelimited(dev, "%s: no data for swr_hap\n", __func__);
return -ENODEV;
}
trace_printk("%s: resumed\n", __func__);
return rc;
}