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

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mike Isely 2012-02-20 02:31:25 -03:00 committed by Mauro Carvalho Chehab
parent ac04d00ed1
commit 99ba1514ae
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ struct pvr2_hdw {
// Generated string names, one per actual V4L2 standard
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 */
unsigned long serial_number; /* ID for hardware itself */