summaryrefslogtreecommitdiff
path: root/sound/Kconfig
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2015-05-29 00:02:20 +0300
committerKalle Valo <kvalo@codeaurora.org>2015-06-08 11:38:18 +0300
commitf2a800f5be75b0cc9cb436608d96b2703536480a (patch)
tree3452d41b127ae7d5eb4f588c87b29426efcd6080 /sound/Kconfig
parentc39c4c6abb89d24454b63798ccbae12b538206a5 (diff)
downloadlinux-f2a800f5be75b0cc9cb436608d96b2703536480a.tar.xz
wl1251: drop unneeded goto
Delete jump to a label on the next line, when that label is not used elsewhere. A simplified version of the semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r@ identifier l; @@ -if (...) goto l; -l: // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'sound/Kconfig')
0 files changed, 0 insertions, 0 deletions