netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] constify atm pci_device_id.
@ 2017-07-16  9:32 Arvind Yadav
  2017-07-16  9:32 ` [PATCH 01/12] atm: iphase: constify pci_device_id Arvind Yadav
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Arvind Yadav @ 2017-07-16  9:32 UTC (permalink / raw)
  To: 3chas3, netdev, linux-kernel, linux-atm-general

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.

Arvind Yadav (12):
  [PATCH 01/12] atm: iphase: constify pci_device_id.
  [PATCH 02/12] atm: ambassador: constify pci_device_id.
  [PATCH 03/12] atm: fore200e: constify pci_device_id.
  [PATCH 04/12] atm: nicstar: constify pci_device_id.
  [PATCH 05/12] atm: he: constify pci_device_id.
  [PATCH 06/12] atm: horizon: constify pci_device_id.
  [PATCH 07/12] atm: solos-pci: constify pci_device_id.
  [PATCH 08/12] atm: lanai: constify pci_device_id.
  [PATCH 09/12] atm: zatm: constify pci_device_id.
  [PATCH 10/12] atm: firestream: constify pci_device_id.
  [PATCH 11/12] atm: eni: constify pci_device_id.
  [PATCH 12/12] atm: idt77252: constify pci_device_id.

 drivers/atm/ambassador.c | 2 +-
 drivers/atm/eni.c        | 2 +-
 drivers/atm/firestream.c | 2 +-
 drivers/atm/fore200e.c   | 2 +-
 drivers/atm/he.c         | 2 +-
 drivers/atm/horizon.c    | 2 +-
 drivers/atm/idt77252.c   | 2 +-
 drivers/atm/iphase.c     | 2 +-
 drivers/atm/lanai.c      | 2 +-
 drivers/atm/nicstar.c    | 2 +-
 drivers/atm/solos-pci.c  | 2 +-
 drivers/atm/zatm.c       | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-07-16 23:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-16  9:32 [PATCH 00/12] constify atm pci_device_id Arvind Yadav
2017-07-16  9:32 ` [PATCH 01/12] atm: iphase: constify pci_device_id Arvind Yadav
2017-07-16  9:32 ` [PATCH 02/12] atm: ambassador: " Arvind Yadav
2017-07-16  9:32 ` [PATCH 03/12] atm: fore200e: " Arvind Yadav
2017-07-16  9:32 ` [PATCH 04/12] atm: nicstar: " Arvind Yadav
2017-07-16  9:32 ` [PATCH 05/12] atm: he: " Arvind Yadav
2017-07-16  9:32 ` [PATCH 06/12] atm: horizon: " Arvind Yadav
2017-07-16  9:32 ` [PATCH 07/12] atm: solos-pci: " Arvind Yadav
2017-07-16  9:32 ` [PATCH 08/12] atm: lanai: " Arvind Yadav
2017-07-16  9:32 ` [PATCH 09/12] atm: zatm: " Arvind Yadav
2017-07-16  9:32 ` [PATCH 10/12] atm: firestream: " Arvind Yadav
2017-07-16  9:32 ` [PATCH 11/12] atm: eni: " Arvind Yadav
2017-07-16  9:32 ` [PATCH 12/12] atm: idt77252: " Arvind Yadav
2017-07-16 23:38 ` [PATCH 00/12] constify atm pci_device_id David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).