projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d731c1a
)
ASoC: fsl_micfil: Fix indentation to put on one line affected code
author
Tang Bin
<tangbin@cmss.chinamobile.com>
Mon, 18 May 2020 10:59:51 +0000
(18:59 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 18 May 2020 15:43:42 +0000
(16:43 +0100)
In the function fsl_micfil_startup(), the two lines of dev_err()
can be shortened to one line.
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link:
https://lore.kernel.org/r/20200518105951.19200-1-tangbin@cmss.chinamobile.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_micfil.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/fsl_micfil.c
b/sound/soc/fsl/fsl_micfil.c
index e73bd6570a08b429bbb5d59e4c1f28dc16cac34f..d31f027cd9ccea9f5c99ddb66f81d632b8898c3d 100644
(file)
--- a/
sound/soc/fsl/fsl_micfil.c
+++ b/
sound/soc/fsl/fsl_micfil.c
@@
-217,8
+217,7
@@
static int fsl_micfil_startup(struct snd_pcm_substream *substream,
struct fsl_micfil *micfil = snd_soc_dai_get_drvdata(dai);
if (!micfil) {
- dev_err(dai->dev,
- "micfil dai priv_data not set\n");
+ dev_err(dai->dev, "micfil dai priv_data not set\n");
return -EINVAL;
}