netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Constify isdn pci_device_id's.
@ 2017-07-15  4:25 Arvind Yadav
  2017-07-15  4:25 ` [PATCH 01/10] isdn: hisax: constify pci_device_id Arvind Yadav
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Arvind Yadav @ 2017-07-15  4:25 UTC (permalink / raw)
  To: isdn, davem, dhowells, johannes.berg, mac, baoyou.xie
  Cc: netdev, linux-kernel

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 (10):
  [PATCH 01/10] isdn: hisax: constify pci_device_id.
  [PATCH 02/10] isdn: hisax: hfc4s8s_l1: constify pci_device_id.
  [PATCH 03/10] isdn: hisax: hisax_fcpcipnp: constify pci_device_id.
  [PATCH 04/10] isdn: eicon: constify pci_device_id.
  [PATCH 05/10] isdn: mISDN: netjet: constify pci_device_id.
  [PATCH 06/10] isdn: mISDN: hfcmulti: constify pci_device_id.
  [PATCH 07/10] isdn: mISDN: w6692: constify pci_device_id.
  [PATCH 08/10] isdn: mISDN: avmfritz: constify pci_device_id.
  [PATCH 09/10] isdn: mISDN: hfcpci: constify pci_device_id.
  [PATCH 10/10] isdn: avm: c4: constify pci_device_id.

 drivers/isdn/hardware/avm/c4.c          | 2 +-
 drivers/isdn/hardware/eicon/divasmain.c | 2 +-
 drivers/isdn/hardware/mISDN/avmfritz.c  | 2 +-
 drivers/isdn/hardware/mISDN/hfcmulti.c  | 2 +-
 drivers/isdn/hardware/mISDN/hfcpci.c    | 2 +-
 drivers/isdn/hardware/mISDN/netjet.c    | 2 +-
 drivers/isdn/hardware/mISDN/w6692.c     | 2 +-
 drivers/isdn/hisax/config.c             | 2 +-
 drivers/isdn/hisax/hfc4s8s_l1.c         | 2 +-
 drivers/isdn/hisax/hisax_fcpcipnp.c     | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.7.4

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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-15  4:25 [PATCH 00/10] Constify isdn pci_device_id's Arvind Yadav
2017-07-15  4:25 ` [PATCH 01/10] isdn: hisax: constify pci_device_id Arvind Yadav
2017-07-15  4:25 ` [PATCH 02/10] isdn: hisax: hfc4s8s_l1: " Arvind Yadav
2017-07-15  4:25 ` [PATCH 03/10] isdn: hisax: hisax_fcpcipnp: " Arvind Yadav
2017-07-15  4:25 ` [PATCH 04/10] isdn: eicon: " Arvind Yadav
2017-07-15  4:25 ` [PATCH 05/10] isdn: mISDN: netjet: " Arvind Yadav
2017-07-15  4:25 ` [PATCH 06/10] isdn: mISDN: hfcmulti: " Arvind Yadav
2017-07-15  4:25 ` [PATCH 07/10] isdn: mISDN: w6692: " Arvind Yadav
2017-07-15  4:25 ` [PATCH 08/10] isdn: mISDN: avmfritz: " Arvind Yadav
2017-07-15  4:25 ` [PATCH 09/10] isdn: mISDN: hfcpci: " Arvind Yadav
2017-07-15  4:25 ` [PATCH 10/10] isdn: avm: c4: " Arvind Yadav
2017-07-16  4:26 ` [PATCH 00/10] Constify isdn pci_device_id's 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).