]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'atm-constify-atm-pci_device_id'
authorDavid S. Miller <davem@davemloft.net>
Sun, 16 Jul 2017 23:38:03 +0000 (16:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 16 Jul 2017 23:38:03 +0000 (16:38 -0700)
commit5033977c6c37e9d1f842e80f4bcdbce52a0f977d
tree1c566901dc97cf8f410e142100f96daa017be6ed
parent23f196b1ba587c0a02a21de53fad25ea00463d75
parent3c20543e0bdba6586af17eaf5b3c1366eb30f75f
Merge branch 'atm-constify-atm-pci_device_id'

Arvind Yadav says:

====================
atm: constify atm 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: David S. Miller <davem@davemloft.net>