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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user