diff options
author | 2015-08-11 10:30:24 -0300 | |
---|---|---|
committer | 2015-08-11 10:35:11 -0300 | |
commit | b0c49e2acc6e0e1bf5ae80a3afd63bdcfce19883 (patch) | |
tree | 1c546bc14a106fc9c47a49ae888681407debeb69 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | [media] mantis: Fix error handling in mantis_dma_init() (diff) | |
download | wireguard-linux-b0c49e2acc6e0e1bf5ae80a3afd63bdcfce19883.tar.xz wireguard-linux-b0c49e2acc6e0e1bf5ae80a3afd63bdcfce19883.zip |
[media] mantis: remove an uneeded goto
Gotos makes a little harder to check the code. In this
particular case, the goto is doing nothing but jumping into
a return.
Instead, just replace the goto by the return, making it
simpler.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions