Re: [PATCH 00/29] constify scsi pci_device_id.

From: Arvind Yadav
Date: Mon Jul 31 2017 - 04:53:42 EST




On Monday 31 July 2017 01:26 PM, Johannes Thumshirn wrote:
On Sun, Jul 30, 2017 at 02:07:09PM +0530, Arvind Yadav wrote:
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.
Can't this go all in one patch instead of replicating the same patch 29
times?
Yes, We can add all of them in single patch. But other maintainer wants
single single patch. thats why I have send 29 patch. :(
Thanks,
Johannes

~arvind