Re: [PATCH 00/10] Constify isdn pci_device_id's.

From: David Miller
Date: Sun Jul 16 2017 - 00:26:45 EST


From: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
Date: Sat, 15 Jul 2017 09:55:41 +0530

> 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.

Series applied, thanks.