From: Youngsoo Date: Fri, 29 Mar 2019 12:04:07 +0000 (+0900) Subject: [RAMEN9610-14018][common][9610] wlbt : hip4_sampler enable when we enable SCSC_WLAN_H... X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=16a5a38135d07832bd6b585e2d0f6c8b29b5e32b;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [RAMEN9610-14018][common][9610] wlbt : hip4_sampler enable when we enable SCSC_WLAN_HIP4_PROFILING Change-Id: I036f72902d646bcd41561c6b6966ccbe9adb3e7d Signed-off-by: Youngsoo --- diff --git a/drivers/net/wireless/scsc/hip4_sampler.c b/drivers/net/wireless/scsc/hip4_sampler.c index f24918183160..771ae59011e7 100755 --- a/drivers/net/wireless/scsc/hip4_sampler.c +++ b/drivers/net/wireless/scsc/hip4_sampler.c @@ -48,7 +48,7 @@ static atomic_t in_read; /* It is less efficent, but we simplify the implementation */ static spinlock_t g_spinlock; -static bool hip4_sampler_enable; +static bool hip4_sampler_enable=true; module_param(hip4_sampler_enable, bool, S_IRUGO | S_IWUSR); MODULE_PARM_DESC(hip4_sampler_enable, "Enable hip4_sampler_enable. Run-time option - (default: Y)");