media: ttpci: budget-av: constify pci_device_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 2 Aug 2017 17:14:53 +0000 (13:14 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 9 Aug 2017 13:49:33 +0000 (09:49 -0400)
commit1d71a4c60d9e1f6265a360ab0fd2e01bea26252d
treeb9fccd6ab8f28df814a34c0ad10caa540f05d03b
parent110cb3c043b6efb14af953dbc8ed5184f54de655
media: ttpci: budget-av: 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>
drivers/media/pci/ttpci/budget-av.c