Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116707
b: refs/heads/master
c: 83e9ad5
h: refs/heads/master
i:
  116705: 3f77fe0
  116703: 508dd21
v: v3
  • Loading branch information
Taku Izumi authored and Jesse Barnes committed Oct 20, 2008
1 parent cabec7e commit 00f7650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 37a84ec668ba251ae02cf2c2c664baf6b247ae1f
refs/heads/master: 83e9ad540b9ee23919961f9500ca254220b78d09
3 changes: 1 addition & 2 deletions trunk/drivers/pci/hotplug/pciehp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,9 @@ static struct pcie_port_service_id port_pci_ids[] = { {
.driver_data = 0,
}, { /* end: all zeroes */ }
};
static const char device_name[] = "hpdriver";

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

.probe = pciehp_probe,
Expand Down

0 comments on commit 00f7650

Please sign in to comment.