OSDN Git Service

PCI: hv: Use pci_function_description[0] in struct definitions
authorDexuan Cui <decui@microsoft.com>
Tue, 23 Aug 2016 04:46:39 +0000 (04:46 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 6 Sep 2016 17:20:44 +0000 (12:20 -0500)
commit7d0f8eec976ae5a364af84fd8e92f6da9ec05a41
treeaf6e352380a79fb63895566ea0afff775b1415a4
parent0c6045d8c0eff0f7784f310407ccad44f622aa40
PCI: hv: Use pci_function_description[0] in struct definitions

The 2 structs can use a zero-length array here, because dynamic memory of
the correct size is allocated in hv_pci_devices_present() and we don't need
this extra element.

No functional change.

Signed-off-by: Dexuan Cui <decui@microsoft.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: KY Srinivasan <kys@microsoft.com>
CC: Jake Oshins <jakeo@microsoft.com>
CC: Haiyang Zhang <haiyangz@microsoft.com>
CC: Vitaly Kuznetsov <vkuznets@redhat.com>
drivers/pci/host/pci-hyperv.c