aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-02-23 09:12:32 -0500
committerRalf Baechle <ralf@linux-mips.org>2007-02-26 18:06:06 -0500
commit3dac2561e2ed8d75a8bb682c25a32b271298ff49 (patch)
treebba7c4e5b27b165b494db9db55bc3f5f9266e512 /arch
parentc4c4018b04f9b7993e3800dc1f391ac8947764a5 (diff)
[MIPS] RTLX: Delete multiple definition of ret shaddowing each other.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/kernel/rtlx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/kernel/rtlx.c b/arch/mips/kernel/rtlx.c
index 7a8683ab6fde..e14ae09eda2b 100644
--- a/arch/mips/kernel/rtlx.c
+++ b/arch/mips/kernel/rtlx.c
@@ -166,8 +166,6 @@ int rtlx_open(int index, int can_sleep)
166 if (rtlx == NULL) { 166 if (rtlx == NULL) {
167 if( (p = vpe_get_shared(RTLX_TARG_VPE)) == NULL) { 167 if( (p = vpe_get_shared(RTLX_TARG_VPE)) == NULL) {
168 if (can_sleep) { 168 if (can_sleep) {
169 int ret = 0;
170
171 __wait_event_interruptible(channel_wqs[index].lx_queue, 169 __wait_event_interruptible(channel_wqs[index].lx_queue,
172 (p = vpe_get_shared(RTLX_TARG_VPE)), 170 (p = vpe_get_shared(RTLX_TARG_VPE)),
173 ret); 171 ret);
@@ -183,8 +181,6 @@ int rtlx_open(int index, int can_sleep)
183 181
184 if (*p == NULL) { 182 if (*p == NULL) {
185 if (can_sleep) { 183 if (can_sleep) {
186 int ret = 0;
187
188 __wait_event_interruptible(channel_wqs[index].lx_queue, 184 __wait_event_interruptible(channel_wqs[index].lx_queue,
189 *p != NULL, 185 *p != NULL,
190 ret); 186 ret);