Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4095
b: refs/heads/master
c: c6e21e1
h: refs/heads/master
i:
  4093: d41e52e
  4091: 1fe363b
  4087: f227597
  4079: 92825fe
  4063: 4a6b452
  4031: 072f9b8
  3967: f31dc67
  3839: 8badf56
  3583: 4d0a067
  3071: 13184a5
  2047: e100904
v: v3
  • Loading branch information
Hannes Reinecke authored and Greg Kroah-Hartman committed Jul 1, 2005
1 parent c188f7e commit 39ad1ee
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: 5823d100ae260d022b4dd5ec9cc0b85f0bf0d646
refs/heads/master: c6e21e1683c2508a2b23588e1fc2e7bf6fc2549e
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int pci_hotplug (struct device *dev, char **envp, int num_envp,

envp[i++] = scratch;
length += scnprintf (scratch, buffer_size - length,
"MODALIAS=pci:v%08Xd%08Xsv%08Xsd%08Xbc%02Xsc%02Xi%02x\n",
"MODALIAS=pci:v%08Xd%08Xsv%08Xsd%08Xbc%02Xsc%02Xi%02x",
pdev->vendor, pdev->device,
pdev->subsystem_vendor, pdev->subsystem_device,
(u8)(pdev->class >> 16), (u8)(pdev->class >> 8),
Expand Down

0 comments on commit 39ad1ee

Please sign in to comment.