All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] constify char pci_device_id
@ 2017-08-01 16:01 Arvind Yadav
  2017-08-01 16:01 ` [PATCH 01/10] agp: uninorth: constify pci_device_id Arvind Yadav
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Arvind Yadav @ 2017-08-01 16:01 UTC (permalink / raw)
  To: airlied, gregkh; +Cc: 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] agp: uninorth: constify pci_device_id.
  [PATCH 02/10] agp: amd-k7: constify pci_device_id.
  [PATCH 03/10] agp: intel: constify pci_device_id.
  [PATCH 04/10] agp: ali: constify pci_device_id.
  [PATCH 05/10] agp: ati: constify pci_device_id.
  [PATCH 06/10] agp: efficeon: constify pci_device_id.
  [PATCH 07/10] agp: sis: constify pci_device_id.
  [PATCH 08/10] agp: amd64: constify pci_device_id.
  [PATCH 09/10] agp: nvidia: constify pci_device_id.
  [PATCH 10/10] applicom: constify pci_device_id.

 drivers/char/agp/ali-agp.c      | 2 +-
 drivers/char/agp/amd-k7-agp.c   | 4 ++--
 drivers/char/agp/amd64-agp.c    | 2 +-
 drivers/char/agp/ati-agp.c      | 2 +-
 drivers/char/agp/efficeon-agp.c | 2 +-
 drivers/char/agp/intel-agp.c    | 2 +-
 drivers/char/agp/nvidia-agp.c   | 2 +-
 drivers/char/agp/sis-agp.c      | 2 +-
 drivers/char/agp/uninorth-agp.c | 2 +-
 drivers/char/applicom.c         | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-08-04  7:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-01 16:01 [PATCH 00/10] constify char pci_device_id Arvind Yadav
2017-08-01 16:01 ` [PATCH 01/10] agp: uninorth: constify pci_device_id Arvind Yadav
2017-08-04  7:01   ` Dave Airlie
2017-08-01 16:01 ` [PATCH 02/10] agp: amd-k7: " Arvind Yadav
2017-08-01 16:01 ` [PATCH 03/10] agp: intel: " Arvind Yadav
2017-08-01 16:01 ` [PATCH 04/10] agp: ali: " Arvind Yadav
2017-08-01 16:01 ` [PATCH 05/10] agp: ati: " Arvind Yadav
2017-08-01 16:01 ` [PATCH 06/10] agp: efficeon: " Arvind Yadav
2017-08-01 16:01 ` [PATCH 07/10] agp: sis: " Arvind Yadav
2017-08-01 16:01 ` [PATCH 08/10] agp: amd64: " Arvind Yadav
2017-08-01 16:01 ` [PATCH 09/10] agp: nvidia: " Arvind Yadav
2017-08-01 16:01 ` [PATCH 10/10] applicom: " Arvind Yadav

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.