summaryrefslogtreecommitdiff
path: root/drivers/soc
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-03-27 16:13:49 +0000
committerLi Yang <leoyang.li@nxp.com>2020-05-22 18:00:47 -0500
commitb25511ef134af3b2926d5c79141c9dbabe416f02 (patch)
tree33e7d79ecb9f03e3d2e49e7a88acfa9f2f479061 /drivers/soc
parentd0bab301a0462ae46f65fea0af01b938d709aba7 (diff)
soc: fsl: qe: clean up an indentation issue
There is a statement that not indented correctly, remove the extraneous space. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/fsl/qe/ucc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/fsl/qe/ucc.c b/drivers/soc/fsl/qe/ucc.c
index d6c93970df4d..cac0fb7693a0 100644
--- a/drivers/soc/fsl/qe/ucc.c
+++ b/drivers/soc/fsl/qe/ucc.c
@@ -519,7 +519,7 @@ int ucc_set_tdm_rxtx_clk(u32 tdm_num, enum qe_clock clock,
int clock_bits;
u32 shift;
struct qe_mux __iomem *qe_mux_reg;
- __be32 __iomem *cmxs1cr;
+ __be32 __iomem *cmxs1cr;
qe_mux_reg = &qe_immr->qmx;