Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92775
b: refs/heads/master
c: 694dca2
h: refs/heads/master
i:
  92773: 8fc617c
  92771: a963848
  92767: 3f2a3a7
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 448b9e9 commit b403a6d
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: bb0c2fe0c423d6501395e626501dd8747823cafb
refs/heads/master: 694dca2b80d5e17f5edddacf4fcdacc1091623f2
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/pvrusb2/pvrusb2-hdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,12 @@ static const char *pvr2_state_names[] = {
};


struct pvr2_fx2cmd_desc {
struct pvr2_fx2cmd_descdef {
unsigned char id;
unsigned char *desc;
};

static const struct pvr2_fx2cmd_desc pvr2_fx2cmd_desc[] = {
static const struct pvr2_fx2cmd_descdef pvr2_fx2cmd_desc[] = {
{FX2CMD_MEM_WRITE_DWORD, "write encoder dword"},
{FX2CMD_MEM_READ_DWORD, "read encoder dword"},
{FX2CMD_MEM_READ_64BYTES, "read encoder 64bytes"},
Expand Down

0 comments on commit b403a6d

Please sign in to comment.