Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75702
b: refs/heads/master
c: 7a83d45
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 25, 2008
1 parent 5cab91e commit 390dcb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: b1c7192df1b089ed654c76fbf14d7f7dbf4b9616
refs/heads/master: 7a83d456a86d559a6347115d206d23774bc152d9
2 changes: 0 additions & 2 deletions trunk/lib/kobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,6 @@ int kobject_rename(struct kobject * kobj, const char *new_name)
sprintf(devpath_string, "DEVPATH_OLD=%s", devpath);
envp[0] = devpath_string;
envp[1] = NULL;
/* Note : if we want to send the new name alone, not the full path,
* we could probably use kobject_name(kobj); */

error = sysfs_rename_dir(kobj, new_name);

Expand Down

0 comments on commit 390dcb0

Please sign in to comment.