diff options
-rw-r--r-- | sound/soc/samsung/h1940_uda1380.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/h1940_uda1380.c b/sound/soc/samsung/h1940_uda1380.c index 3b27cd96570b..0003b661ab62 100644 --- a/sound/soc/samsung/h1940_uda1380.c +++ b/sound/soc/samsung/h1940_uda1380.c | |||
@@ -94,7 +94,7 @@ static int h1940_hw_params(struct snd_pcm_substream *substream, | |||
94 | div++; | 94 | div++; |
95 | break; | 95 | break; |
96 | default: | 96 | default: |
97 | dev_err(&rtd->dev, "%s: rate %d is not supported\n", | 97 | dev_err(rtd->dev, "%s: rate %d is not supported\n", |
98 | __func__, rate); | 98 | __func__, rate); |
99 | return -EINVAL; | 99 | return -EINVAL; |
100 | } | 100 | } |