Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347287
b: refs/heads/master
c: d3601e5
h: refs/heads/master
i:
  347285: 6c76f77
  347283: 9aad839
  347279: bfc1b8b
v: v3
  • Loading branch information
Cyril Roelandt authored and Grant Likely committed Dec 19, 2012
1 parent 9574b2c commit 517b1de
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6a79131318dd6f71ec46e0af1daa581e695fd5ab
refs/heads/master: d3601e56cf64a3f2df6f6380cccb3644274406e2
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-sh-hspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ static int hspi_probe(struct platform_device *pdev)
}

clk = clk_get(NULL, "shyway_clk");
if (!clk) {
if (IS_ERR(clk)) {
dev_err(&pdev->dev, "shyway_clk is required\n");
ret = -EINVAL;
goto error0;
Expand Down

0 comments on commit 517b1de

Please sign in to comment.