Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324981
b: refs/heads/master
c: 2065945
h: refs/heads/master
i:
  324979: 2993e3f
v: v3
  • Loading branch information
Stephen Hemminger authored and Greg Kroah-Hartman committed Sep 8, 2012
1 parent 3d1e023 commit 9f065fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e89a3370b0aaf197016eceefa2e710517c83e445
refs/heads/master: 20659455402fca01a92de7a70a45f43785804fa7
6 changes: 3 additions & 3 deletions trunk/drivers/staging/ipack/bridges/tpci200.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,8 @@ static int tpci200_install(struct tpci200_board *tpci200)
return 0;
}

static int tpci200_pciprobe(struct pci_dev *pdev,
const struct pci_device_id *id)
static int tpci200_pci_probe(struct pci_dev *pdev,
const struct pci_device_id *id)
{
int ret, i;
struct tpci200_board *tpci200;
Expand Down Expand Up @@ -684,7 +684,7 @@ MODULE_DEVICE_TABLE(pci, tpci200_idtable);
static struct pci_driver tpci200_pci_drv = {
.name = "tpci200",
.id_table = tpci200_idtable,
.probe = tpci200_pciprobe,
.probe = tpci200_pci_probe,
.remove = __devexit_p(tpci200_pci_remove),
};

Expand Down

0 comments on commit 9f065fe

Please sign in to comment.