Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157102
b: refs/heads/master
c: 054b2b1
h: refs/heads/master
v: v3
  • Loading branch information
Joonwoo Park authored and Linus Torvalds committed Aug 27, 2009
1 parent 4bd1c13 commit 12d737b
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: f415c413f458837bd0c27086b79aca889f9435e4
refs/heads/master: 054b2b13ccba4876a1ce98a7ede7dab7d6893d01
2 changes: 1 addition & 1 deletion trunk/drivers/pps/pps.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ int pps_register_cdev(struct pps_device *pps)
}
pps->dev = device_create(pps_class, pps->info.dev, pps->devno, NULL,
"pps%d", pps->id);
if (err)
if (IS_ERR(pps->dev))
goto del_cdev;
dev_set_drvdata(pps->dev, pps);

Expand Down

0 comments on commit 12d737b

Please sign in to comment.