Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324755
b: refs/heads/master
c: 45145f9
h: refs/heads/master
i:
  324753: 73db03a
  324751: 445a99a
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent c994de5 commit 3ff1f61
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: dce15efebe76088dc381ab91156842ebf7c79aca
refs/heads/master: 45145f9ab143727335477570b436c464880714c8
2 changes: 1 addition & 1 deletion trunk/drivers/staging/crystalhd/crystalhd_lnx.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ static int __devinit chd_dec_init_chdev(struct crystalhd_adp *adp)
dev = device_create(crystalhd_class, NULL, MKDEV(adp->chd_dec_major, 0),
NULL, "crystalhd");
if (IS_ERR(dev)) {
rc = PTR_ERR(crystalhd_class);
rc = PTR_ERR(dev);
BCMLOG_ERR("failed to create device\n");
goto device_create_fail;
}
Expand Down

0 comments on commit 3ff1f61

Please sign in to comment.