Skip to content

Commit

Permalink
[media][trival] pvrusb2: Fix truncated video standard names
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed May 7, 2012
1 parent ac04d00 commit 99ba151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 99ba151

Please sign in to comment.