Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323101
b: refs/heads/master
c: dc9c975
h: refs/heads/master
i:
  323099: 6ed6d75
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Sep 21, 2012
1 parent 0485a90 commit 97760d9
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: 6861509f9fee9c5e568c5f6852bb96f2475b4179
refs/heads/master: dc9c9759ebc65d886453c335b2b5be39f87ab01e
2 changes: 1 addition & 1 deletion trunk/drivers/net/irda/sh_sir.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ static int sh_sir_set_baudrate(struct sh_sir_self *self, u32 baudrate)
}

clk = clk_get(NULL, "irda_clk");
if (!clk) {
if (IS_ERR(clk)) {
dev_err(dev, "can not get irda_clk\n");
return -EIO;
}
Expand Down

0 comments on commit 97760d9

Please sign in to comment.