qcacmn: Change log level of HTC print

Use module level flag to print HTC information

Change-Id: I81ffd0cff392786df9da1c5c0f8ba00b6b2e9d23
CRs-Fixed: 4702091
这个提交包含在:
Manoj Ekbote
2023-06-07 16:38:36 -07:00
提交者 Rahul Choudhary
父节点 c387b92230
当前提交 eae87639ca

查看文件

@@ -1,5 +1,6 @@
/* /*
* Copyright (c) 2013-2020 The Linux Foundation. All rights reserved. * Copyright (c) 2013-2020 The Linux Foundation. All rights reserved.
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
* *
* Permission to use, copy, modify, and/or distribute this software for * Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the * any purpose with or without fee is hereby granted, provided that the
@@ -426,7 +427,7 @@ void htc_set_async_ep(HTC_HANDLE HTCHandle,
HTC_ENDPOINT *pEndpoint = &target->endpoint[htc_ep_id]; HTC_ENDPOINT *pEndpoint = &target->endpoint[htc_ep_id];
pEndpoint->async_update = value; pEndpoint->async_update = value;
qdf_print("%s: htc_handle %pK, ep %d, value %d", __func__, HTC_INFO("%s: htc_handle %pK, ep %d, value %d", __func__,
HTCHandle, htc_ep_id, value); HTCHandle, htc_ep_id, value);
} }