Home
last modified time | relevance | path

Searched hist:"9 bfd8198ba948e11a0f9c618db00b0d4020b71c5" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/nvmem/
H A Dcore.c9bfd8198ba948e11a0f9c618db00b0d4020b71c5 Mon Jan 28 15:55:06 UTC 2019 Alban Bedel <albeu@free.fr> nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup()

Once the correct cell has been found there is no need to continue
iterating, just stop there. While at it replace the goto used to leave
the loop with simple break statements.

Signed-off-by: Alban Bedel <albeu@free.fr>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>