From 26916036195a05d826125f73d49a73fccf60b65a Mon Sep 17 00:00:00 2001 From: Adrian Hunter Date: Wed, 5 Nov 2008 16:09:04 +0200 Subject: [PATCH] --- yaml --- r: 119647 b: refs/heads/master c: 7e2d9bfa4eabee3e1919a40f20d2ef8b569bd07e h: refs/heads/master i: 119645: 0ac689bf863c76299f3ea90addeb985c86a5a0b5 119643: dfefd2d1cf9b6627e718fae521655117a4d38d6d 119639: 2e9ca86304cdb88ce1b458ded16c31c139c8cad4 119631: e8a98b330d99a286938a6e3cf6db11cd803ecd34 119615: bf4ce5efccfdee0f41c0a9815ee6e0a553fd25dc v: v3 --- [refs] | 2 +- trunk/fs/ubifs/lpt_commit.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 6199b1f43ee8..8c120695bed6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e84461ad9c4f0ff91ab8553596acdb7bf5522df4 +refs/heads/master: 7e2d9bfa4eabee3e1919a40f20d2ef8b569bd07e diff --git a/trunk/fs/ubifs/lpt_commit.c b/trunk/fs/ubifs/lpt_commit.c index eed5a0025d63..a41434b42785 100644 --- a/trunk/fs/ubifs/lpt_commit.c +++ b/trunk/fs/ubifs/lpt_commit.c @@ -571,8 +571,6 @@ static struct ubifs_pnode *next_pnode(struct ubifs_info *c, /* We assume here that LEB zero is never an LPT LEB */ if (nnode->nbranch[iip].lnum) return ubifs_get_pnode(c, nnode, iip); - else - return NULL; } /* Go up while can't go right */