summaryrefslogtreecommitdiff
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorAnnaliese McDermond <nh6z@nh6z.net>2019-04-06 00:54:30 +0300
committerMark Brown <broonie@kernel.org>2019-04-08 10:16:49 +0300
commitdaae4c583534a3e20f08701ef6659066ebf60ca7 (patch)
tree84f0083184e2367f7f6ebe7bde87bc9373fed46f /sound/soc/codecs
parent2390c9b473da217ee086e5382869ade82c217a30 (diff)
downloadlinux-daae4c583534a3e20f08701ef6659066ebf60ca7.tar.xz
ASoC: tlv320aic32x4: Fix spacing
Fix some cosmetic spacing issues reported by Julia Lawall <julia.lawall@lip6.fr>. Signed-off-by: Annaliese McDermond <nh6z@nh6z.net> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/tlv320aic32x4-clk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/tlv320aic32x4-clk.c b/sound/soc/codecs/tlv320aic32x4-clk.c
index 667ec2c03508..9e4899eb1d8e 100644
--- a/sound/soc/codecs/tlv320aic32x4-clk.c
+++ b/sound/soc/codecs/tlv320aic32x4-clk.c
@@ -165,8 +165,8 @@ static int clk_aic32x4_pll_calc_muldiv(struct clk_aic32x4_pll_muldiv *settings,
* of the multiplier. This is because we can't do floating point
* math in the kernel.
*/
- multiplier = (u64) rate * settings->p * 10000;
- do_div(multiplier, parent_rate);
+ multiplier = (u64) rate * settings->p * 10000;
+ do_div(multiplier, parent_rate);
/*
* J can't be over 64, so R can scale this.