Permalink
Browse files

mxl5xx: Fix in tuner() routine.

  • Loading branch information...
1 parent 4edfd77 commit 00e8d0cae943150b6ca744011e5ee89f1b481e72 @crazycat69 crazycat69 committed Nov 25, 2016
Showing with 1 addition and 6 deletions.
  1. +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

Please sign in to comment.