diff options
author | Mike Isely <isely@pobox.com> | 2012-02-20 00:31:25 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-07 15:55:05 -0400 |
commit | 99ba1514ae3aded098138d08c6165caf71bb3017 (patch) | |
tree | 678a14dc0f9bd1094ed2a038a2396d4433babdbb /drivers | |
parent | ac04d00ed1ee173c74bd5d55e80aed1f6e77a700 (diff) |
[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')
-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 { | |||
329 | 329 | ||
330 | // Generated string names, one per actual V4L2 standard | 330 | // Generated string names, one per actual V4L2 standard |
331 | const char *std_mask_ptrs[32]; | 331 | const char *std_mask_ptrs[32]; |
332 | char std_mask_names[32][10]; | 332 | char std_mask_names[32][16]; |
333 | 333 | ||
334 | int unit_number; /* ID for driver instance */ | 334 | int unit_number; /* ID for driver instance */ |
335 | unsigned long serial_number; /* ID for hardware itself */ | 335 | unsigned long serial_number; /* ID for hardware itself */ |