Commit 99ba1514 authored by Mike Isely's avatar Mike Isely Committed by Mauro Carvalho Chehab

[media][trival] pvrusb2: Fix truncated video standard names

Signed-off-by: default avatarMike Isely <isely@pobox.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent ac04d00e
...@@ -329,7 +329,7 @@ struct pvr2_hdw { ...@@ -329,7 +329,7 @@ struct pvr2_hdw {
// Generated string names, one per actual V4L2 standard // Generated string names, one per actual V4L2 standard
const char *std_mask_ptrs[32]; const char *std_mask_ptrs[32];
char std_mask_names[32][10]; char std_mask_names[32][16];
int unit_number; /* ID for driver instance */ int unit_number; /* ID for driver instance */
unsigned long serial_number; /* ID for hardware itself */ unsigned long serial_number; /* ID for hardware itself */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment