PCI: Constify endpoint pci_epf_type device_type
authorBhumika Goyal <bhumirks@gmail.com>
Sat, 19 Aug 2017 08:22:19 +0000 (13:52 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 24 Aug 2017 16:22:54 +0000 (11:22 -0500)
commit36b8518950f95837d2edc6c9ef8e0ef1fbcf04eb
tree196c95f9fb92e856e423a31ab11a55813eb5e047
parent8bdc50ac56ab97e7585ee928a1017284afeee17a
PCI: Constify endpoint pci_epf_type device_type

Make this const as it is only stored in the type field of a device
structure, which is const.  Done using Coccinelle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/endpoint/pci-epf-core.c