Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261925
b: refs/heads/master
c: 225ca45
h: refs/heads/master
i:
  261923: 88005da
v: v3
  • Loading branch information
Paul Mundt committed Jun 24, 2011
1 parent 3a68214 commit cb29694
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: facbdce9a2a68098eabb06671c3b9d9b992bad60
refs/heads/master: 225ca45c3c64964163ea1fa85e2081af85956eed
2 changes: 1 addition & 1 deletion trunk/drivers/sh/clk/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ int clk_register(struct clk *clk)
{
int ret;

if (clk == NULL || IS_ERR(clk))
if (IS_ERR_OR_NULL(clk))
return -EINVAL;

/*
Expand Down

0 comments on commit cb29694

Please sign in to comment.