Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41230
b: refs/heads/master
c: 407f452
h: refs/heads/master
v: v3
  • Loading branch information
Kenji Kaneshige authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 1a01591 commit 24a8a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: a57ed79ef1b71f6da44ebeabb41d019d172fb261
refs/heads/master: 407f452b05f9e5d019c07077d05238bca1b45c4c
7 changes: 1 addition & 6 deletions trunk/drivers/pci/hotplug/pciehp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,14 +521,9 @@ static void __exit unload_pciehpd(void)

}

static int hpdriver_context = 0;

static void pciehp_remove (struct pcie_device *device)
{
printk("%s ENTRY\n", __FUNCTION__);
printk("%s -> Call free_irq for irq = %d\n",
__FUNCTION__, device->irq);
free_irq(device->irq, &hpdriver_context);
/* XXX - Needs to be adapted to device driver model */
}

#ifdef CONFIG_PM
Expand Down

0 comments on commit 24a8a34

Please sign in to comment.