Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375294
b: refs/heads/master
c: 2fbaf9b
h: refs/heads/master
v: v3
  • Loading branch information
Alexandru Gheorghiu authored and Matthew Garrett committed May 8, 2013
1 parent d995285 commit ed71e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 0572b12aa23b96afacc936990539f4b67ae64bda
refs/heads/master: 2fbaf9b24a953ea13350f9cd9be5609492ea20a7
5 changes: 1 addition & 4 deletions trunk/drivers/platform/x86/samsung-q10.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,7 @@ static int __init samsungq10_init(void)
samsungq10_probe,
NULL, 0, NULL, 0);

if (IS_ERR(samsungq10_device))
return PTR_ERR(samsungq10_device);

return 0;
return PTR_RET(samsungq10_device);
}

static void __exit samsungq10_exit(void)
Expand Down

0 comments on commit ed71e1d

Please sign in to comment.