commit | 1482ccdaae6a335f448cc91043695cb1a07af981 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Tue Aug 01 13:56:33 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Aug 09 09:47:41 2017 -0400 |
tree | d508bc84c55879dee558e8a6d4914a68acffe441 | |
parent | 2b9e300fcbf952ebcd1d2732b2cc1d4414853e16 [diff] |
media: cx18: constify pci_device_id pci_device_id are not supposed to change at runtime. All functions working with pci_device_id provided by <linux/pci.h> work with const pci_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>