pci: Fix a -Wunused-but-set-variable warning
(cherry picked from commit 4db93fb278
)
This commit is contained in:
parent
a82cdd3211
commit
5d0ccaa457
@ -117,7 +117,6 @@ int
|
|||||||
pci_iov_attach_method(device_t bus, device_t dev, nvlist_t *pf_schema,
|
pci_iov_attach_method(device_t bus, device_t dev, nvlist_t *pf_schema,
|
||||||
nvlist_t *vf_schema, const char *name)
|
nvlist_t *vf_schema, const char *name)
|
||||||
{
|
{
|
||||||
device_t pcib;
|
|
||||||
struct pci_devinfo *dinfo;
|
struct pci_devinfo *dinfo;
|
||||||
struct pcicfg_iov *iov;
|
struct pcicfg_iov *iov;
|
||||||
nvlist_t *schema;
|
nvlist_t *schema;
|
||||||
@ -126,7 +125,6 @@ pci_iov_attach_method(device_t bus, device_t dev, nvlist_t *pf_schema,
|
|||||||
int iov_pos;
|
int iov_pos;
|
||||||
|
|
||||||
dinfo = device_get_ivars(dev);
|
dinfo = device_get_ivars(dev);
|
||||||
pcib = device_get_parent(bus);
|
|
||||||
schema = NULL;
|
schema = NULL;
|
||||||
|
|
||||||
error = pci_find_extcap(dev, PCIZ_SRIOV, &iov_pos);
|
error = pci_find_extcap(dev, PCIZ_SRIOV, &iov_pos);
|
||||||
|
Loading…
Reference in New Issue
Block a user