diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c
index db0b1f2138af94e58dd6e8796863c08d1955b52d..50e4fb6a7403d27dd5c19a34a35c3d12373c704b 100644
--- a/fs/sysfs/mount.c
+++ b/fs/sysfs/mount.c
@@ -104,7 +104,6 @@ static int sysfs_get_sb(struct file_system_type *fs_type,
 	if (IS_ERR(sb) || sb->s_fs_info != info)
 		kfree(info);
 	if (IS_ERR(sb)) {
-		kfree(info);
 		error = PTR_ERR(sb);
 		goto out;
 	}