Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196947
b: refs/heads/master
c: 15df638
h: refs/heads/master
i:
  196945: 06723b0
  196943: 48ec187
v: v3
  • Loading branch information
Jani Nikula authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 8adb0b6 commit b6c67bc
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: b1facee664ab3b6b27715aec60653659f12182bd
refs/heads/master: 15df6385d940ad5486b4c2de8ab45979b13349fe
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 @@ -376,7 +376,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 (!dev) {
if (IS_ERR(dev)) {
BCMLOG_ERR("failed to create device\n");
goto device_create_fail;
}
Expand Down

0 comments on commit b6c67bc

Please sign in to comment.