summaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
diff options
context:
space:
mode:
authorAndrew Goodbody <[email protected]>2025-08-07 11:04:02 +0100
committerTom Rini <[email protected]>2025-08-15 14:17:30 -0600
commit64204ab107b51c60e490292ed1eda40a9a64d7d9 (patch)
tree066d7d56b9e00be8c3c35c831160b17e65e7923b /scripts/kernel-doc
parent460db5b44dba0ec93bbfec3bdf537fba7a487714 (diff)
pinctrl: single: Remove unreachable code
In single_read there is a switch block with a default label. All cases in the switch block, including the default, return directly. So any code following the switch block is unreachable. Remove the unreachable code. This issue was found by Smatch. Signed-off-by: Andrew Goodbody <[email protected]>
Diffstat (limited to 'scripts/kernel-doc')
0 files changed, 0 insertions, 0 deletions