提交 2a068daf 编写于 作者: S Stefan Agner 提交者: Richard Weinberger

ubifs: Remove unnecessary assignment

Assigning a value of a variable to itself is not useful.
Signed-off-by: NStefan Agner <stefan@agner.ch>
Signed-off-by: NRichard Weinberger <richard@nod.at>
上级 6a258f7d
......@@ -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));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册