opp: Call the missing clk_put() on error
[linux-2.6-microblaze.git] / fs / f2fs / acl.c
index 3064135..1e5e9b1 100644 (file)
@@ -384,7 +384,7 @@ int f2fs_init_acl(struct inode *inode, struct inode *dir, struct page *ipage,
                                                        struct page *dpage)
 {
        struct posix_acl *default_acl = NULL, *acl = NULL;
-       int error = 0;
+       int error;
 
        error = f2fs_acl_create(dir, &inode->i_mode, &default_acl, &acl, dpage);
        if (error)