Hou Tao <houtao@xxxxxxxxxxxxxxx> writes: > From: Hou Tao <houtao1@xxxxxxxxxx> > > Use goto statement to bail out early when the target element is not > found, instead of using a large else branch to handle the more likely > case. This change doesn't affect functionality and simply make the code > cleaner. > > Signed-off-by: Hou Tao <houtao1@xxxxxxxxxx> Yeah, nice cleanup :) Reviewed-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>