diff options
author | Colin Ian King <[email protected]> | 2018-04-30 14:22:59 +0100 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2018-05-02 14:36:31 +0200 |
commit | 882518debc8487147d618d5f26f4bb0bea1cc05b (patch) | |
tree | 3a60446321263502e0547e1724f543ce4b2ae7f3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 07ef798ff1d1904cb287a928c93efc72eebf0fff (diff) |
pinctrl: actions: fix missing break in PIN_CONFIG_DRIVE_STRENGTH case.
There is a missing break in case PIN_CONFIG_DRIVE_STRENGTH leading to
a fall-through to the PIN_CONFIG_SLEW_RATE case that performs different
checks against *arg. This looks like an unintentional missing break so
add in the break.
Detected by CoverityScan, CID#1468456, 1468459 ("Missing break in switch")
Fixes: 513d7a2f7e0f ("pinctrl: actions: Add Actions S900 pinctrl driver")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions