Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 694dca2b authored by Mike Isely's avatar Mike Isely Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (7703): pvrusb2: Fix minor problem involving ARRAY_SIZE confusion

parent bb0c2fe0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"},