Browse Source

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>
Stefan Agner 8 years ago
parent
commit
2a068daf57
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fs/ubifs/recovery.c

+ 0 - 1
fs/ubifs/recovery.c

@@ -442,7 +442,6 @@ static void clean_buf(const struct ubifs_info *c, void **buf, int lnum,
 {
 	int empty_offs, pad_len;
 
-	lnum = lnum;
 	dbg_rcvry("cleaning corruption at %d:%d", lnum, *offs);
 
 	ubifs_assert(!(*offs & 7));