diff options
author | YueHaibing <[email protected]> | 2020-07-22 10:06:19 +0800 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-07-29 22:10:30 -0700 |
commit | 0fec8617a1df7b676b8a1d7afea2c4af1f4f963e (patch) | |
tree | cd9002ccce23181c5dc9cbaf3be28857fc493000 /lib | |
parent | e434e0c41f1a6208b8e66612718ee89768e0fbc2 (diff) |
soc: qcom: geni: Fix unused label warning
If CONFIG_SERIAL_EARLYCON is not set, gcc warns this:
drivers/soc/qcom/qcom-geni-se.c: In function 'geni_se_probe'
drivers/soc/qcom/qcom-geni-se.c:914:1: warning: label 'exit' defined but not used [-Wunused-label]
exit:
^~~~
Fixes: 048eb908a1f2 ("soc: qcom-geni-se: Add interconnect support to fix earlycon crash")
Signed-off-by: YueHaibing <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions