Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304603
b: refs/heads/master
c: 3742127
h: refs/heads/master
i:
  304601: a7308d9
  304599: 7d41d3a
v: v3
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed May 9, 2012
1 parent ff82b99 commit 7356b83
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: 14fc42355f10199f39bc38dd2d3e9288a31e770c
refs/heads/master: 374212750b06ae2270e0e1e5843cfb33d5faf3f9
2 changes: 1 addition & 1 deletion trunk/drivers/misc/mei/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ static int __init mei_init_module(void)
/* init pci module */
ret = pci_register_driver(&mei_driver);
if (ret < 0)
printk(KERN_ERR "mei: Error registering driver.\n");
pr_err("error registering driver.\n");

return ret;
}
Expand Down

0 comments on commit 7356b83

Please sign in to comment.