Select Git revision
sequencer.c
-
Marek Vasut authored
The search_stop_check() always resets the bit_chk to a new value, so bit_chk will never survive between search_left_edge() and search_right_edge() invocation. There is thus no need to pass it into these functions, so make bit_chk local to them. Signed-off-by:
Marek Vasut <marex@denx.de>
Marek Vasut authoredThe search_stop_check() always resets the bit_chk to a new value, so bit_chk will never survive between search_left_edge() and search_right_edge() invocation. There is thus no need to pass it into these functions, so make bit_chk local to them. Signed-off-by:
Marek Vasut <marex@denx.de>