Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142467
b: refs/heads/master
c: 14edcd5
h: refs/heads/master
i:
  142465: 7694817
  142463: 5d4c2f2
v: v3
  • Loading branch information
Stefan Richter authored and Mauro Carvalho Chehab committed Apr 7, 2009
1 parent 03349dc commit 7f99b0c
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: f15da16d869be8be5ef991f8d042532c119310fa
refs/heads/master: 14edcd5d5bc7717b26a7887564a4ec7356d85219
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/firewire/firedtv-avc.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ static void debug_fcp(const u8 *data, int length)
subunit_type = data[1] >> 3;
subunit_id = data[1] & 7;
op = subunit_type == 0x1e || subunit_id == 5 ? ~0 : data[2];
printk(KERN_INFO "%ssu=%x.%x l=%zu: %-8s - %s\n",
printk(KERN_INFO "%ssu=%x.%x l=%d: %-8s - %s\n",
prefix, subunit_type, subunit_id, length,
debug_fcp_ctype(data[0]),
debug_fcp_opcode(op, data, length));
Expand Down

0 comments on commit 7f99b0c

Please sign in to comment.