Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330765
b: refs/heads/master
c: b50b3e0
h: refs/heads/master
i:
  330763: 2b3faf1
v: v3
  • Loading branch information
Malcolm Priestley authored and Mauro Carvalho Chehab committed Aug 12, 2012
1 parent f2a0490 commit f3ae877
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 397e972350c42cbaf3228fe2eec23fecf6a69903
refs/heads/master: b50b3e0732845563626c8e40f8b6eed92172cd10
4 changes: 4 additions & 0 deletions trunk/drivers/media/dvb/dvb-usb/lmedm04.c
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,10 @@ static int lme_firmware_switch(struct usb_device *udev, int cold)
fw_lme = fw_c_rs2000;
ret = request_firmware(&fw, fw_lme, &udev->dev);
dvb_usb_lme2510_firmware = TUNER_RS2000;
if (ret == 0)
break;
info("FRM No Firmware Found - please install");
cold_fw = 0;
break;
default:
fw_lme = fw_c_s7395;
Expand Down

0 comments on commit f3ae877

Please sign in to comment.