Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306096
b: refs/heads/master
c: 41d44a8
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Apr 9, 2012
1 parent 79f499a commit 57b4c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 77c5ff2d8992e9c4b8ed722f391e92aece5c14cc
refs/heads/master: 41d44a815a68a2618805c1d670b4ff93091a99d8
2 changes: 2 additions & 0 deletions trunk/drivers/media/dvb/dvb-usb/af9035.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ static int af9035_download_firmware(struct usb_device *udev,
/* download begin packet */
req.cmd = CMD_FW_DL_BEGIN;
ret = af9035_ctrl_msg(udev, &req);
if (ret < 0)
goto err;

/* download firmware packet(s) */
for (j = HDR_SIZE + hdr_data_len; j > 0; j -= MAX_DATA) {
Expand Down

0 comments on commit 57b4c9f

Please sign in to comment.