soc: qcom: socinfo: Annotate switch cases with fall through
authorBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 7 Aug 2019 02:23:56 +0000 (19:23 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 7 Aug 2019 05:42:50 +0000 (22:42 -0700)
commit7bea41c4a25675a32bc3a63cfbd98099fdfb2695
tree7a0864b65801908092ff86a96f0b0af2aeb3cff3
parent05589b30b21ac0273970b61edd50c07d2ba156af
soc: qcom: socinfo: Annotate switch cases with fall through

Introduce fall through annotations in the switch statements of
socinfo_debugfs_init() to silence compiler warnings.

Acked-by: Vaishali Thakkar <vaishali.thakkar@linaro.org>
Fixes: 9c84c1e78634 ("soc: qcom: socinfo: Expose custom attributes")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/soc/qcom/socinfo.c