From 7f980279f07867b0fee01e61bb6675e8b09396e6 Mon Sep 17 00:00:00 2001 From: Roel Kluin Date: Mon, 7 Dec 2009 14:21:45 +0100 Subject: [PATCH] --- yaml --- r: 174349 b: refs/heads/master c: b38882f5c066dc681679e90f1903eda323e605b1 h: refs/heads/master i: 174347: 206051ecd0ba4203b08677e03b1e590c336c8087 v: v3 --- [refs] | 2 +- trunk/fs/ubifs/debug.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);