commit | 584d4623357db8f79029db76ec2b4953418018f0 | [log] [tgz] |
---|---|---|
author | Brian Pomerantz <bapper@gmail.com> | Wed May 01 17:10:44 2013 -0700 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Wed May 29 16:49:02 2013 +0300 |
tree | 78181565177075b33c3f225106e7eb25ee8c2750 | |
parent | 95f9a4d27eadcc1e76c9196e9d90cf41e9bba6ba [diff] |
UBI: fastmap break out of used PEB search While searching for PEB matches for each volume in the used PEB list, the search fails to stop when the PEB is found. This patch adds a break in the inner loop to stop the search when it is matched. Signed-off-by: Brian Pomerantz <bapper@gmail.com> Acked-by: Richard Weinberger <richard@nod.at> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>