Loading arch/mips/kernel/rtlx.c +0 −4 Original line number Diff line number Diff line Loading @@ -166,8 +166,6 @@ int rtlx_open(int index, int can_sleep) if (rtlx == NULL) { if( (p = vpe_get_shared(RTLX_TARG_VPE)) == NULL) { if (can_sleep) { int ret = 0; __wait_event_interruptible(channel_wqs[index].lx_queue, (p = vpe_get_shared(RTLX_TARG_VPE)), ret); Loading @@ -183,8 +181,6 @@ int rtlx_open(int index, int can_sleep) if (*p == NULL) { if (can_sleep) { int ret = 0; __wait_event_interruptible(channel_wqs[index].lx_queue, *p != NULL, ret); Loading Loading
arch/mips/kernel/rtlx.c +0 −4 Original line number Diff line number Diff line Loading @@ -166,8 +166,6 @@ int rtlx_open(int index, int can_sleep) if (rtlx == NULL) { if( (p = vpe_get_shared(RTLX_TARG_VPE)) == NULL) { if (can_sleep) { int ret = 0; __wait_event_interruptible(channel_wqs[index].lx_queue, (p = vpe_get_shared(RTLX_TARG_VPE)), ret); Loading @@ -183,8 +181,6 @@ int rtlx_open(int index, int can_sleep) if (*p == NULL) { if (can_sleep) { int ret = 0; __wait_event_interruptible(channel_wqs[index].lx_queue, *p != NULL, ret); Loading