Skip to content

Commit

Permalink
V4L/DVB (7703): pvrusb2: Fix minor problem involving ARRAY_SIZE confu…
Browse files Browse the repository at this point in the history
…sion

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent bb0c2fe commit 694dca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 694dca2

Please sign in to comment.