]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[media] staging: as102: Define device name string pointers constant
authorSylwester Nawrocki <snjw23@gmail.com>
Sun, 6 Nov 2011 19:31:49 +0000 (16:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 8 Nov 2011 13:32:42 +0000 (11:32 -0200)
Supresses following checkpatch warning:
WARNING: static const char * array should probably be static const char * const

Cc: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Sylwester Nawrocki <snjw23@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/as102/as102_usb_drv.c

index 3ded7d6fc77f79293db360ed1b5ee5dd24a5b446..97bceeb285c7e772205d07b05389dda422e9419f 100644 (file)
@@ -47,7 +47,7 @@ static struct usb_device_id as102_usb_id_table[] = {
 
 /* Note that this table must always have the same number of entries as the
    as102_usb_id_table struct */
-static const char *as102_device_names[] = {
+static const char * const as102_device_names[] = {
        AS102_REFERENCE_DESIGN,
        AS102_PCTV_74E,
        AS102_ELGATO_EYETV_DTT_NAME,