mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
network: wireless: bcm4329: Remove unnecessary set_freezable() calls
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
committed by
Colin Cross
parent
0946fa3463
commit
4d1deab06b
@@ -61,7 +61,6 @@
|
||||
#ifdef CONFIG_HAS_WAKELOCK
|
||||
#include <linux/wakelock.h>
|
||||
#endif
|
||||
#include <linux/freezer.h>
|
||||
#if defined(CUSTOMER_HW2) && defined(CONFIG_WIFI_CONTROL_FUNC)
|
||||
#include <linux/wlan_plat.h>
|
||||
|
||||
@@ -818,8 +817,6 @@ _dhd_sysioc_thread(void *data)
|
||||
bool in_ap = FALSE;
|
||||
#endif
|
||||
|
||||
set_freezable();
|
||||
|
||||
DAEMONIZE("dhd_sysioc");
|
||||
|
||||
while (down_interruptible(&dhd->sysioc_sem) == 0) {
|
||||
@@ -1200,8 +1197,6 @@ dhd_watchdog_thread(void *data)
|
||||
}
|
||||
#endif /* DHD_SCHED */
|
||||
|
||||
set_freezable();
|
||||
|
||||
DAEMONIZE("dhd_watchdog");
|
||||
|
||||
/* Run until signal received */
|
||||
@@ -1269,8 +1264,6 @@ dhd_dpc_thread(void *data)
|
||||
}
|
||||
#endif /* DHD_SCHED */
|
||||
|
||||
set_freezable();
|
||||
|
||||
DAEMONIZE("dhd_dpc");
|
||||
|
||||
/* Run until signal received */
|
||||
|
||||
Reference in New Issue
Block a user