UBI: remove superfluous "!!" operation
authorRichard Weinberger <richard@nod.at>
Mon, 7 May 2012 22:47:20 +0000 (00:47 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 21 Jun 2012 11:46:16 +0000 (14:46 +0300)
commit51ba7ae607173078df9e630ced13b85c6adf0418
tree2fda5d98574aee83dbcec4bc9d1d2354f0350732
parentc83559c173d5f9442fb137f70a8ba11962225689
UBI: remove superfluous "!!" operation

!!(x < y) and (x < y) are identical expressions.

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/ubi/scan.c