OSDN Git Service

ASoC: Intel: constify pci_device_id.
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Thu, 3 Aug 2017 17:50:01 +0000 (23:20 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 4 Aug 2017 10:18:55 +0000 (11:18 +0100)
commit67e8ee9b4b387f5c4d12ad9b926a78a9bf3dc275
treee844e2bd47ceda3d9295f9e58c60669a5de3c95d
parent86d7ce3dd717e09a442d35dae3f9c62c03e024d8
ASoC: Intel: 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: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst/sst_pci.c