mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
platform: dce: decrease verbosity of debug print
Decrease verbosity of debug print during IPC signal. Bug 3921505 Bug 4080364 Signed-off-by: Mahesh Kumar <mahkumar@nvidia.com> Change-Id: I6fa2b6472e75d0f890d105109f30c6291bb0fe7a Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2919258 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Arun Swain <arswain@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
ce92834cc3
commit
bb386083e8
@@ -79,7 +79,7 @@ void dce_admin_ipc_handle_signal(struct tegra_dce *d, u32 ch_type)
|
||||
wakeup_needed = dce_ipc_is_data_available(d, ch_type);
|
||||
|
||||
if (!wakeup_needed) {
|
||||
dce_info(d, "Spurious signal on channel: [%d]. Ignored...",
|
||||
dce_debug(d, "Spurious signal on channel: [%d]. Ignored...",
|
||||
ch_type);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user