ubifs: Remove unnecessary assignment
Assigning a value of a variable to itself is not useful. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
6a258f7d0f
commit
2a068daf57
|
@ -442,7 +442,6 @@ static void clean_buf(const struct ubifs_info *c, void **buf, int lnum,
|
||||||
{
|
{
|
||||||
int empty_offs, pad_len;
|
int empty_offs, pad_len;
|
||||||
|
|
||||||
lnum = lnum;
|
|
||||||
dbg_rcvry("cleaning corruption at %d:%d", lnum, *offs);
|
dbg_rcvry("cleaning corruption at %d:%d", lnum, *offs);
|
||||||
|
|
||||||
ubifs_assert(!(*offs & 7));
|
ubifs_assert(!(*offs & 7));
|
||||||
|
|
Loading…
Reference in New Issue