diff options
| author | Colin Ian King <[email protected]> | 2018-10-16 17:14:18 +0100 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2018-10-21 15:43:11 +0100 |
| commit | d42282db6c41cd1896090c3bc95fc9cfd7268189 (patch) | |
| tree | 91df9df6da2666fa0c580218f337b9149b6c1c45 /tools/perf/scripts | |
| parent | e480490c90956f8e46ba666b49bc56000083bbfe (diff) | |
iio: adc: ina2xx: add in early -EINVAL returns in case statements
Static analysis with CoverityScan is throwing warnings that specific
case statements are missing breaks. Rather than adding breaks, add
return -EINVAL to the specific case statements to clarify the
error return paths. Fix also saves 50 bytes.
Before:
text data bss dec hex filename
21418 4936 128 26482 6772 drivers/iio/adc/ina2xx-adc.o
After:
dec hex filename
21370 4936 128 26434 6742 drivers/iio/adc/ina2xx-adc.o
(gcc 8.2, x86-64)
Detected by CoverityScan, CID#1462408 ("Missing break in switch")
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Stefan BrĂ¼ns <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions