Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142868
b: refs/heads/master
c: 58f3e0a
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Apr 8, 2009
1 parent 771362d commit 94d7884
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: b5e86db4c7f6397ef86ab5e4a3fbece966935577
refs/heads/master: 58f3e0a864c46dadbeadf682e6bbdcab14ba19d3
2 changes: 1 addition & 1 deletion trunk/drivers/net/niu.c
Original file line number Diff line number Diff line change
Expand Up @@ -9542,7 +9542,7 @@ static struct niu_parent * __devinit niu_new_parent(struct niu *np,

plat_dev = platform_device_register_simple("niu", niu_parent_index,
NULL, 0);
if (!plat_dev)
if (IS_ERR(plat_dev))
return NULL;

for (i = 0; attr_name(niu_parent_attributes[i]); i++) {
Expand Down

0 comments on commit 94d7884

Please sign in to comment.