diff --git a/[refs] b/[refs] index fd228f6d94ae..86027eb06bdc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b1c7192df1b089ed654c76fbf14d7f7dbf4b9616 +refs/heads/master: 7a83d456a86d559a6347115d206d23774bc152d9 diff --git a/trunk/lib/kobject.c b/trunk/lib/kobject.c index 3590f022a609..9500339ae024 100644 --- a/trunk/lib/kobject.c +++ b/trunk/lib/kobject.c @@ -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);