Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142512
b: refs/heads/master
c: bd86ef3
h: refs/heads/master
v: v3
  • Loading branch information
Scott Wood authored and Kumar Gala committed Apr 6, 2009
1 parent 30ead2c commit 8091280
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: d91e4ea7047d96733d763f1626f1f21ff4298cef
refs/heads/master: bd86ef378412fc30282daf722a833f734e4e2236
6 changes: 3 additions & 3 deletions trunk/drivers/serial/cpm_uart/cpm_uart_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1339,13 +1339,13 @@ static int __devinit cpm_uart_probe(struct of_device *ofdev,

dev_set_drvdata(&ofdev->dev, pinfo);

/* initialize the device pointer for the port */
pinfo->port.dev = &ofdev->dev;

ret = cpm_uart_init_port(ofdev->node, pinfo);
if (ret)
return ret;

/* initialize the device pointer for the port */
pinfo->port.dev = &ofdev->dev;

return uart_add_one_port(&cpm_reg, &pinfo->port);
}

Expand Down

0 comments on commit 8091280

Please sign in to comment.