diff --git a/[refs] b/[refs] index 0cc5683a0455..97dff42e580e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6afaf8a484cbbfd2ccf58a4e5396d1f280469789 +refs/heads/master: b38882f5c066dc681679e90f1903eda323e605b1 diff --git a/trunk/fs/ubifs/debug.c b/trunk/fs/ubifs/debug.c index dbc093afd946..8a771c59ac3e 100644 --- a/trunk/fs/ubifs/debug.c +++ b/trunk/fs/ubifs/debug.c @@ -2014,7 +2014,7 @@ static int check_leaf(struct ubifs_info *c, struct ubifs_zbranch *zbr, inum = key_inum_flash(c, &dent->key); fscki1 = read_add_inode(c, priv, inum); if (IS_ERR(fscki1)) { - err = PTR_ERR(fscki); + err = PTR_ERR(fscki1); ubifs_err("error %d while processing entry node and " "trying to find parent inode node %lu", err, (unsigned long)inum);