On Sun, Jul 30, 2017 at 02:07:09PM +0530, Arvind Yadav wrote:Yes, We can add all of them in single patch. But other maintainer wants
pci_device_id are not supposed to change at runtime. All functionsCan't this go all in one patch instead of replicating the same patch 29
working with pci_device_id provided by <linux/pci.h> work with
const pci_device_id. So mark the non-const structs as const.
times?
Thanks,~arvind
Johannes