Add missing break statements.

Without these break statements, execution will fall through and the wrong
error code will be returned.

This issue was found by enabling -Wimplicit-fallthrough.

Bug: 76101949
Test: compiles with -Wimplicit-fallthrough
Change-Id: I1f55b7bbdb741fcb287a309323c7acc493abba49
1 file changed