Permalink
Browse files
mxl5xx: Fix in tuner() routine.
- Loading branch information...
Showing
with
1 addition
and
6 deletions.
-
+1
−6
drivers/media/dvb-frontends/mxl5xx.c
|
|
@@ -641,14 +641,9 @@ static int tune(struct dvb_frontend *fe, bool re_tune, |
|
|
if (r)
|
|
|
return r;
|
|
|
}
|
|
|
- if (*status & FE_HAS_LOCK)
|
|
|
- return 0;
|
|
|
|
|
|
r = read_status(fe, status);
|
|
|
- if (r)
|
|
|
- return r;
|
|
|
-
|
|
|
- return 0;
|
|
|
+ return r;
|
|
|
}
|
|
|
|
|
|
static int sleep(struct dvb_frontend *fe)
|
|
|
|
0 comments on commit
00e8d0c