[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1500186646-28815-1-git-send-email-arvind.yadav.cs@gmail.com>
Date: Sun, 16 Jul 2017 12:00:43 +0530
From: Arvind Yadav <arvind.yadav.cs@...il.com>
To: linux-kernel@...r.kernel.org, linux-rdma@...r.kernel.org,
aditr@...are.com, pv-drivers@...are.com, sean.hefty@...el.com,
dledford@...hat.com, hal.rosenstock@...il.com
Subject: [PATCH 0/3] constify infiniband 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.
Arvind Yadav (3):
[PATCH 1/3] infiniband: mthca: constify pci_device_id.
[PATCH 2/3] infiniband: nes: constify pci_device_id.
[PATCH 3/3] infiniband: pvrdma: constify pci_device_id.
drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
drivers/infiniband/hw/nes/nes.c | 2 +-
drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
2.7.4
Powered by blists - more mailing lists