summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/adav80x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/adav80x.c b/sound/soc/codecs/adav80x.c
index db21ecbe0762..8b9ca7e7a682 100644
--- a/sound/soc/codecs/adav80x.c
+++ b/sound/soc/codecs/adav80x.c
@@ -648,6 +648,7 @@ static int adav80x_set_pll(struct snd_soc_component *component, int pll_id,
648 pll_ctrl1 |= ADAV80X_PLL_CTRL1_PLLDIV; 648 pll_ctrl1 |= ADAV80X_PLL_CTRL1_PLLDIV;
649 break; 649 break;
650 } 650 }
651 /* fall through */
651 default: 652 default:
652 return -EINVAL; 653 return -EINVAL;
653 } 654 }