Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235459
b: refs/heads/master
c: 345279b
h: refs/heads/master
i:
  235457: c992a90
  235455: 8e6dbc4
v: v3
  • Loading branch information
Borislav Petkov authored and Greg Kroah-Hartman committed Feb 3, 2011
1 parent 05c7f07 commit 4bf36c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 072fc8f0a8df9bf36392f15b729044cb2ad27332
refs/heads/master: 345279bc105e5a331ee81b0e8446b61f2c155784
4 changes: 2 additions & 2 deletions trunk/drivers/base/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ int sysdev_driver_register(struct sysdev_class *cls, struct sysdev_driver *drv)
int err = 0;

if (!cls) {
WARN(1, KERN_WARNING "sysdev: invalid class passed to "
"sysdev_driver_register!\n");
WARN(1, KERN_WARNING "sysdev: invalid class passed to %s!\n",
__func__);
return -EINVAL;
}

Expand Down

0 comments on commit 4bf36c8

Please sign in to comment.