Skip to content

Commit 2a068da

Browse files
agnersrichardweinberger
authored andcommitted
ubifs: Remove unnecessary assignment
Assigning a value of a variable to itself is not useful. Signed-off-by: Stefan Agner <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 6a258f7 commit 2a068da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/ubifs/recovery.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ static void clean_buf(const struct ubifs_info *c, void **buf, int lnum,
442442
{
443443
int empty_offs, pad_len;
444444

445-
lnum = lnum;
446445
dbg_rcvry("cleaning corruption at %d:%d", lnum, *offs);
447446

448447
ubifs_assert(!(*offs & 7));

0 commit comments

Comments
 (0)