summaryrefslogtreecommitdiff
path: root/dhd_custom_google.c
diff options
context:
space:
mode:
Diffstat (limited to 'dhd_custom_google.c')
-rw-r--r--dhd_custom_google.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhd_custom_google.c b/dhd_custom_google.c
index 3a1c23d..4bc0057 100644
--- a/dhd_custom_google.c
+++ b/dhd_custom_google.c
@@ -934,7 +934,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;