Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304223
b: refs/heads/master
c: 94e792a
h: refs/heads/master
i:
  304221: 4328952
  304219: 4b99c49
  304215: fecb188
  304207: 09259e5
  304191: c884544
v: v3
  • Loading branch information
Magnus Damm authored and Greg Kroah-Hartman committed May 9, 2012
1 parent f6e7163 commit 13972be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 642180871bc91afebb6ccf40d1615a7dd33699a3
refs/heads/master: 94e792ab66d696aad2e52c91bae4cfbeefe4c9f6
3 changes: 2 additions & 1 deletion trunk/drivers/tty/serial/8250/8250_em.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ static int __devinit serial8250_em_probe(struct platform_device *pdev)
}

priv->sclk = clk_get(&pdev->dev, "sclk");
if (!priv->sclk) {
if (IS_ERR(priv->sclk)) {
dev_err(&pdev->dev, "unable to get clock\n");
ret = PTR_ERR(priv->sclk);
goto err1;
}

Expand Down

0 comments on commit 13972be

Please sign in to comment.