commit | cd142f431a3119eee0e06d8fa578f7d31120ac2a | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Wed Aug 02 13:14:54 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Aug 09 09:50:09 2017 -0400 |
tree | a2f062e2e4c1199c5a4257b7bc0da95e0efccfd2 | |
parent | 1d71a4c60d9e1f6265a360ab0fd2e01bea26252d [diff] |
media: ttpci: av7110: constify pci_device_id pci_device_id are not supposed to change at runtime. All functions working with pci_device_id provided by <media/drv-intf/saa7146.h> and <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>