Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76471
b: refs/heads/master
c: cca8379
h: refs/heads/master
i:
  76469: a0da38e
  76467: 5124164
  76463: 14ba83f
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent f340666 commit b72e3a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2800ae9cd669db0fc9993cbefae02f181343c295
refs/heads/master: cca83798119c92a3086af9e8a0419360c63aeadd
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,9 @@ static int check_firmware(struct dvb_frontend *fe, enum tuner_mode new_mode,
new_fw.id |= parse_audio_std_option();

rc = load_firmware(fe, new_fw.type, &new_fw.id);
if (rc == -ENOENT)
rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id);

if (rc < 0)
goto fail;

Expand Down

0 comments on commit b72e3a8

Please sign in to comment.