Skip to content

Commit

Permalink
V4L/DVB (6954): There isn't a MTS radio firmware
Browse files Browse the repository at this point in the history
Try to load non-MTS firmware instead.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent e545d6e commit 0f6dac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ static int check_firmware(struct dvb_frontend *fe, unsigned int type,
return rc;
}

if (priv->ctrl.mts)
if (priv->ctrl.mts && !(type & FM))
type |= MTS;

retry:
Expand Down

0 comments on commit 0f6dac1

Please sign in to comment.