Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361236
b: refs/heads/master
c: 2c2dc89
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Mar 4, 2013
1 parent 4792569 commit 4ec75dc
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: d9b4330adec006c2e8907bdcacd9dcc0e8874d18
refs/heads/master: 2c2dc89cc5d68ca161d50011cdcbf8aa830b9498
6 changes: 3 additions & 3 deletions trunk/drivers/usb/dwc3/dwc3-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,20 +465,20 @@ static int dwc3_omap_remove(struct platform_device *pdev)
return 0;
}

static const struct of_device_id of_dwc3_matach[] = {
static const struct of_device_id of_dwc3_match[] = {
{
"ti,dwc3",
},
{ },
};
MODULE_DEVICE_TABLE(of, of_dwc3_matach);
MODULE_DEVICE_TABLE(of, of_dwc3_match);

static struct platform_driver dwc3_omap_driver = {
.probe = dwc3_omap_probe,
.remove = dwc3_omap_remove,
.driver = {
.name = "omap-dwc3",
.of_match_table = of_dwc3_matach,
.of_match_table = of_dwc3_match,
},
};

Expand Down

0 comments on commit 4ec75dc

Please sign in to comment.