Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136037
b: refs/heads/master
c: 40cf65d
h: refs/heads/master
i:
  136035: a9756ae
v: v3
  • Loading branch information
Stefan Richter committed Mar 24, 2009
1 parent 483b193 commit 9274f8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c64094684dad4a903099f1ff83b7db9b62782adc
refs/heads/master: 40cf65d149053889c8876c6c2b4ce204fde55baa
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/firewire/firedtv-avc.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static const char *debug_fcp_ctype(unsigned int ctype)
}

static const char *debug_fcp_opcode(unsigned int opcode,
const u8 *data, size_t length)
const u8 *data, int length)
{
switch (opcode) {
case AVC_OPCODE_VENDOR: break;
Expand All @@ -141,7 +141,7 @@ static const char *debug_fcp_opcode(unsigned int opcode,
return "Vendor";
}

static void debug_fcp(const u8 *data, size_t length)
static void debug_fcp(const u8 *data, int length)
{
unsigned int subunit_type, subunit_id, op;
const char *prefix = data[0] > 7 ? "FCP <- " : "FCP -> ";
Expand Down

0 comments on commit 9274f8e

Please sign in to comment.