summaryrefslogtreecommitdiff
path: root/test/cmd_ut.c
diff options
context:
space:
mode:
authorFabien Parent <fparent@baylibre.com>2016-12-05 19:09:10 +0100
committerJagan Teki <jagan@amarulasolutions.com>2016-12-15 16:57:28 +0100
commit304decdd31d54ae274f785fb086f3f6ae30a8711 (patch)
treeed9e477cd133459490c0dbd5fab4582636961cb0 /test/cmd_ut.c
parent6d72810c6640e13b4c1e25f6c26ac8c304d5b54e (diff)
mtd: spi: don't return -1 when scan succeed
In spi_flash_scan, 'ret' is initialled to -1, but 'ret' is not always used to store a return value, in that case, even when the function succeed, an error (-1) will be returned. Lets just return 0 if we hit the end of the function. Signed-off-by: Fabien Parent <fparent@baylibre.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'test/cmd_ut.c')
0 files changed, 0 insertions, 0 deletions