Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304026
b: refs/heads/master
c: ecf1948
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Artamonow authored and Greg Kroah-Hartman committed Apr 9, 2012
1 parent 2bfbe82 commit 2c6d04f
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: 415f0a02adaea754dc85cde7b50707f7fbc4cf3f
refs/heads/master: ecf1948985247cf35b5536fa62e02f56476f41f1
2 changes: 1 addition & 1 deletion trunk/drivers/w1/w1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ static int __init w1_init(void)
retval = driver_register(&w1_slave_driver);
if (retval) {
printk(KERN_ERR
"Failed to register master driver. err=%d.\n",
"Failed to register slave driver. err=%d.\n",
retval);
goto err_out_master_unregister;
}
Expand Down

0 comments on commit 2c6d04f

Please sign in to comment.