[MIPS] RTLX: Delete multiple definition of ret shaddowing each other.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

-4
-4
arch/mips/kernel/rtlx.c
··· 166 if (rtlx == NULL) { 167 if( (p = vpe_get_shared(RTLX_TARG_VPE)) == NULL) { 168 if (can_sleep) { 169 - int ret = 0; 170 - 171 __wait_event_interruptible(channel_wqs[index].lx_queue, 172 (p = vpe_get_shared(RTLX_TARG_VPE)), 173 ret); ··· 181 182 if (*p == NULL) { 183 if (can_sleep) { 184 - int ret = 0; 185 - 186 __wait_event_interruptible(channel_wqs[index].lx_queue, 187 *p != NULL, 188 ret);
··· 166 if (rtlx == NULL) { 167 if( (p = vpe_get_shared(RTLX_TARG_VPE)) == NULL) { 168 if (can_sleep) { 169 __wait_event_interruptible(channel_wqs[index].lx_queue, 170 (p = vpe_get_shared(RTLX_TARG_VPE)), 171 ret); ··· 183 184 if (*p == NULL) { 185 if (can_sleep) { 186 __wait_event_interruptible(channel_wqs[index].lx_queue, 187 *p != NULL, 188 ret);