summaryrefslogtreecommitdiffstats
path: root/common/.gitignore
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2016-06-20 10:30:17 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-07-05 09:02:40 +0200
commitc4fa1cb0f6ced5f53979ea24c476fd27e4bce891 (patch)
treea71652a4b88f50abe874ed5dc1ff83d50644918e /common/.gitignore
parent2049dbb6fe55b6bd42e18dc9853c5b9dafc5149d (diff)
downloadbarebox-c4fa1cb0f6ced5f53979ea24c476fd27e4bce891.tar.gz
barebox-c4fa1cb0f6ced5f53979ea24c476fd27e4bce891.tar.xz
mtd: nand: simplify nand_block_checkbad
if (A) { if (!B) return C; return D; } return C; can be simplified to: if (A && B) return D; return C; Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/.gitignore')
0 files changed, 0 insertions, 0 deletions