Commit c5f192ee authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

sysfs: fix odd patch error

Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent f879c1e6
...@@ -56,7 +56,7 @@ int sysfs_make_dirent(struct sysfs_dirent * parent_sd, struct dentry * dentry, ...@@ -56,7 +56,7 @@ int sysfs_make_dirent(struct sysfs_dirent * parent_sd, struct dentry * dentry,
sd = sysfs_new_dirent(parent_sd, element); sd = sysfs_new_dirent(parent_sd, element);
if (!sd) if (!sd)
return -ENOMEMurn -ENOMEM; return -ENOMEM;
sd->s_mode = mode; sd->s_mode = mode;
sd->s_type = type; sd->s_type = type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment