Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76645
b: refs/heads/master
c: 3f51451
h: refs/heads/master
i:
  76643: 591567b
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 44357b0 commit 3c30d83
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7972f9880c8c812332a56da7cfa4523d01ea310b
refs/heads/master: 3f51451b516eeb19d3c1ea311ee8845fc80b5135
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/frontends/xc5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,8 @@ static int xc5000_fwupload(struct dvb_frontend* fe)
printk(KERN_ERR "xc5000: Upload failed. (file not found?)\n");
ret = XC_RESULT_RESET_FAILURE;
} else {
printk(KERN_INFO "xc5000: firmware read %d bytes.\n", fw->size);
printk(KERN_INFO "xc5000: firmware read %Zu bytes.\n",
fw->size);
ret = XC_RESULT_SUCCESS;
}

Expand Down

0 comments on commit 3c30d83

Please sign in to comment.