commit | 5fad16b5969b43a9722bbe3b288e40bff0003504 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Sun Aug 13 05:54:44 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Oct 04 15:06:09 2017 -0300 |
tree | 9dc83ca0328a0c692ea61466f725b8cc5ada4f3e | |
parent | b15e39379fe8700fe0ec849a5c5ee2b44cd16381 [diff] |
[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>