summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dhd_custom_google.c2
-rw-r--r--dhd_pcie_linux.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/dhd_custom_google.c b/dhd_custom_google.c
index b3c3e13..db45631 100644
--- a/dhd_custom_google.c
+++ b/dhd_custom_google.c
@@ -930,7 +930,7 @@ dhd_wlan_deinit(void)
void dhd_plat_l1ss_ctrl(bool ctrl)
{
#if defined(CONFIG_SOC_GOOGLE)
- printk(KERN_DEBUG "%s: Control L1ss RC side %d \n", __FUNCTION__, ctrl);
+ DHD_CONS_ONLY(("%s: Control L1ss RC side %d \n", __FUNCTION__, ctrl));
exynos_pcie_rc_l1ss_ctrl(ctrl, PCIE_L1SS_CTRL_WIFI, 1);
#endif /* CONFIG_SOC_GOOGLE */
return;
diff --git a/dhd_pcie_linux.c b/dhd_pcie_linux.c
index 5eaeefe..0a8ee7d 100644
--- a/dhd_pcie_linux.c
+++ b/dhd_pcie_linux.c
@@ -3308,7 +3308,7 @@ bool dhd_runtimepm_state(dhd_pub_t *dhd)
!DHD_CHECK_CFG_IN_PROGRESS(dhd) && !dhd_os_check_wakelock_all(bus->dhd)) {
#ifdef WL_CFG80211
ps_mode_off_dur = dhd_ps_mode_managed_dur(dhd);
- DHD_ERROR(("%s: DHD Idle state!! - idletime :%d, wdtick :%d, "
+ DHD_RPM(("%s: DHD Idle state!! - idletime :%d, wdtick :%d, "
"PS mode off dur: %d sec \n", __FUNCTION__,
bus->idletime, dhd_runtimepm_ms, ps_mode_off_dur));
#else
@@ -3415,7 +3415,7 @@ bool dhd_runtimepm_state(dhd_pub_t *dhd)
smp_wmb();
wake_up(&bus->rpm_queue);
- DHD_ERROR(("%s : runtime resume ended \n", __FUNCTION__));
+ DHD_RPM(("%s : runtime resume ended \n", __FUNCTION__));
return TRUE;
} else {
DHD_GENERAL_UNLOCK(dhd, flags);
@@ -3462,7 +3462,7 @@ bool dhd_runtime_bus_wake(dhd_bus_t *bus, bool wait, void *func_addr)
DHD_GENERAL_UNLOCK(bus->dhd, flags);
- DHD_ERROR(("Runtime Resume is called in %ps\n", func_addr));
+ DHD_RPM(("Runtime Resume is called in %ps\n", func_addr));
smp_wmb();
wake_up(&bus->rpm_queue);
/* No need to wake up the RPM state thread */