OSDN Git Service

tests/exynos: replace return by break
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Fri, 12 Jun 2015 18:15:07 +0000 (20:15 +0200)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 29 Jun 2015 18:19:23 +0000 (19:19 +0100)
commit8d8bbbb9722c3eed3e2736da95d2fef4613d97fb
treec8eb24765560ce07e5c35ae2eb3acc0048881d87
parent7da8f07274cfe57cfd157e184f1f0b4c15405b9e
tests/exynos: replace return by break

The 'usage' function already does exit(0), so that this
'return -EINVAL' is never called. Just put a break there
to avoid confusion.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Acked-by: Emil Velikov <emil.l.velikov@gmail.com>
tests/exynos/exynos_fimg2d_test.c