Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354880
b: refs/heads/master
c: c3e1bec
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Greg Kroah-Hartman committed Feb 15, 2013
1 parent 7aaff2b commit 008093f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b0de59b5733d18b0d1974a060860a8b5c1b36a2e
refs/heads/master: c3e1becebfe115f827ea2242218c9a8f627c094f
5 changes: 2 additions & 3 deletions trunk/drivers/tty/serial/serial-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -1269,8 +1269,7 @@ static int tegra_uart_probe(struct platform_device *pdev)
const struct tegra_uart_chip_data *cdata;
const struct of_device_id *match;

match = of_match_device(of_match_ptr(tegra_uart_of_match),
&pdev->dev);
match = of_match_device(tegra_uart_of_match, &pdev->dev);
if (!match) {
dev_err(&pdev->dev, "Error: No device match found\n");
return -ENODEV;
Expand Down Expand Up @@ -1361,7 +1360,7 @@ static struct platform_driver tegra_uart_platform_driver = {
.remove = tegra_uart_remove,
.driver = {
.name = "serial-tegra",
.of_match_table = of_match_ptr(tegra_uart_of_match),
.of_match_table = tegra_uart_of_match,
.pm = &tegra_uart_pm_ops,
},
};
Expand Down

0 comments on commit 008093f

Please sign in to comment.