Commit 6e5ca0da authored by navin patidar's avatar navin patidar Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: Remove function thread_enter()

parent 42c6cdb3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -285,8 +285,7 @@ int rtw_cmd_thread(void *context)
	struct adapter *padapter = (struct adapter *)context;
	struct cmd_priv *pcmdpriv = &(padapter->cmdpriv);


	thread_enter("RTW_CMD_THREAD");
	allow_signal(SIGTERM);

	pcmdbuf = pcmdpriv->cmd_buf;

+1 −1
Original line number Diff line number Diff line
@@ -597,7 +597,7 @@ static int mp_xmit_packet_thread(void *context)
	padapter = pmp_priv->papdater;
	pxmitpriv = &(padapter->xmitpriv);

	thread_enter("RTW_MP_THREAD");
	allow_signal(SIGTERM);

	/* DBG_88E("%s:pkTx Start\n", __func__); */
	while (1) {
+0 −5
Original line number Diff line number Diff line
@@ -164,11 +164,6 @@ u32 rtw_systime_to_ms(u32 systime);
u32  rtw_ms_to_systime(u32 ms);
s32  rtw_get_passing_time_ms(u32 start);

static inline void thread_enter(char *name)
{
	allow_signal(SIGTERM);
}

static inline void flush_signals_thread(void)
{
	if (signal_pending(current))