Re: [PATCH 00/12] constify atm pci_device_id.

2017-07-16 Thread David Miller
From: Arvind Yadav Date: Sun, 16 Jul 2017 15:02:28 +0530 > pci_device_id are not supposed to change at runtime. All functions > working with pci_device_id provided by work with > const pci_device_id. So mark the non-const structs as const. Series applied to net-next, thanks.

[PATCH 00/12] constify atm pci_device_id.

2017-07-16 Thread Arvind Yadav
pci_device_id are not supposed to change at runtime. All functions working with pci_device_id provided by work with const pci_device_id. So mark the non-const structs as const. Arvind Yadav (12): [PATCH 01/12] atm: iphase: constify pci_device_id. [PATCH 02/12] atm: ambassador: constify pci_de