diff options
author | Mike Isely <isely@pobox.com> | 2012-02-20 02:31:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-07 16:55:05 -0300 |
commit | 99ba1514ae3aded098138d08c6165caf71bb3017 (patch) | |
tree | 678a14dc0f9bd1094ed2a038a2396d4433babdbb /drivers/media/video/pvrusb2 | |
parent | ac04d00ed1ee173c74bd5d55e80aed1f6e77a700 (diff) | |
download | linux-99ba1514ae3aded098138d08c6165caf71bb3017.tar.bz2 |
[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>
Diffstat (limited to 'drivers/media/video/pvrusb2')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h index 17fc57989f6c..5710d7f152c2 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h @@ -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 */ |