edid-decode: Replace return with break in switch
commitd740a41e35f6e766ca419b610a8824516f82a83e
authorjoevt <joevt@shaw.ca>
Sun, 26 Sep 2021 08:33:07 +0000 (26 01:33 -0700)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 27 Sep 2021 09:16:16 +0000 (27 11:16 +0200)
tree8a511919d62e559fdf730025b64d9f79a1fec04b
parent18b08191f4891818f329e1f12da61ba64d114fdf
edid-decode: Replace return with break in switch

Use break to leave a switch instead of return.
Move code that was after switch to default statement in switch.
This way, we can move switch or have other code after switch.

Signed-off-by: Joe van Tunen <joevt@shaw.ca>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
parse-cta-block.cpp