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>
This commit is contained in:
Colin Ian King 2020-03-27 16:13:49 +00:00 committed by Li Yang
parent d0bab301a0
commit b25511ef13
1 changed files with 1 additions and 1 deletions

View File

@ -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;