Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151275
b: refs/heads/master
c: 8952f59
h: refs/heads/master
i:
  151273: aa6cc8c
  151271: 973e042
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jun 16, 2009
1 parent 0c708c4 commit 70711cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1902a9e62ba34a1071407ab61cef626e019a0923
refs/heads/master: 8952f593ea66bff4a30f9e641dc6c79832ca64cf
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pcie/portdrv_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static void pcie_device_init(struct pci_dev *parent, struct pcie_device *dev,
memset(device, 0, sizeof(struct device));
device->bus = &pcie_port_bus_type;
device->driver = NULL;
device->driver_data = NULL;
dev_set_drvdata(device, NULL);
device->release = release_pcie_device; /* callback to free pcie dev */
dev_set_name(device, "%s:pcie%02x",
pci_name(parent), get_descriptor_id(port_type, service_type));
Expand Down

0 comments on commit 70711cd

Please sign in to comment.