Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306102
b: refs/heads/master
c: 6ec1298
h: refs/heads/master
v: v3
  • Loading branch information
Gianluca Gennari authored and Mauro Carvalho Chehab committed Apr 9, 2012
1 parent 54424e9 commit 7fb0e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b1a9599a0d228d6555ad9e5c1fe0b0dfac7c5ccb
refs/heads/master: 6ec12988c022bee4af28a5d3941a01f9e78a96e9
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-usb/af9035.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ static int af9035_download_firmware(struct usb_device *udev,

i -= hdr_data_len + HDR_SIZE;

pr_debug("%s: data uploaded=%lu\n", __func__, fw->size - i);
pr_debug("%s: data uploaded=%zu\n", __func__, fw->size - i);
}

/* firmware loaded, request boot */
Expand Down

0 comments on commit 7fb0e47

Please sign in to comment.