summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/igorplugusb.c
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-08-13 05:54:44 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2017-10-04 15:06:09 -0300
commit5fad16b5969b43a9722bbe3b288e40bff0003504 (patch)
tree9dc83ca0328a0c692ea61466f725b8cc5ada4f3e /drivers/media/rc/igorplugusb.c
parentb15e39379fe8700fe0ec849a5c5ee2b44cd16381 (diff)
downloadlinux-5fad16b5969b43a9722bbe3b288e40bff0003504.tar.bz2
[media] media: rc: constify usb_device_id
usb_device_id are not supposed to change at runtime. All functions working with usb_device_id provided by <linux/usb.h> work with const usb_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/rc/igorplugusb.c')
-rw-r--r--drivers/media/rc/igorplugusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/igorplugusb.c b/drivers/media/rc/igorplugusb.c
index a5ea86be8f44..4b715eb995f8 100644
--- a/drivers/media/rc/igorplugusb.c
+++ b/drivers/media/rc/igorplugusb.c
@@ -245,7 +245,7 @@ static void igorplugusb_disconnect(struct usb_interface *intf)
usb_free_urb(ir->urb);
}
-static struct usb_device_id igorplugusb_table[] = {
+static const struct usb_device_id igorplugusb_table[] = {
/* Igor Plug USB (Atmel's Manufact. ID) */
{ USB_DEVICE(0x03eb, 0x0002) },
/* Fit PC2 Infrared Adapter */