Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145640
b: refs/heads/master
c: b5710ce
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed May 12, 2009
1 parent 35c5563 commit 312462f
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: 4797f6b021a3fa399942245d07a1feb30df81bb8
refs/heads/master: b5710ce92a8cf8e3fc0ffc230cfdbfa23463f1c8
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/ibmphp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ int ibmphp_init_devno(struct slot **cur_slot)
(*cur_slot)->device = PCI_SLOT(rtable->slots[loop].devfn);
for (i = 0; i < 4; i++)
(*cur_slot)->irq[i] = IO_APIC_get_PCI_irq_vector((int) (*cur_slot)->bus,
(int) (*cur_slot)->device, i.
(int) (*cur_slot)->device, i,
&ioapic, &ioapic_pin,
&triggering, &polarity);

Expand Down

0 comments on commit 312462f

Please sign in to comment.