From 55b80c409a1368b8dff3c78943101bccb0ea3aa1 Mon Sep 17 00:00:00 2001 From: Richard Genoud Date: Sat, 28 Sep 2013 15:55:14 +0200 Subject: [PATCH] UBI: simplify image sequence test The test: if (!a && b) a = b; can be symplified in: if (!a) a = b; And there's no need to test if ubi->image_seq is not null, because if it is, it is set to image_seq. So, we just test if image_seq is not null. Signed-off-by: Richard Genoud Signed-off-by: Richard Weinberger Signed-off-by: Artem Bityutskiy --- Reading git-format-patch failed