Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83e9ad54 authored by Taku Izumi's avatar Taku Izumi Committed by Jesse Barnes
Browse files

PCI: pciehp: change name tag of "hpdriver_portdrv" variable



I think an appropriate name tag of "hpdriver_portdrv" variable
is "pciehp" rather than "hpdriver".

Signed-off-by: default avatarTaku Izumi <izumi.taku@jp.fujitsu.com>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 37a84ec6
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -497,10 +497,9 @@ static struct pcie_port_service_id port_pci_ids[] = { {
	.driver_data =	0,
	.driver_data =	0,
	}, { /* end: all zeroes */ }
	}, { /* end: all zeroes */ }
};
};
static const char device_name[] = "hpdriver";


static struct pcie_port_service_driver hpdriver_portdrv = {
static struct pcie_port_service_driver hpdriver_portdrv = {
	.name		= (char *)device_name,
	.name		= PCIE_MODULE_NAME,
	.id_table	= &port_pci_ids[0],
	.id_table	= &port_pci_ids[0],


	.probe		= pciehp_probe,
	.probe		= pciehp_probe,