Commit b25511ef authored by Colin Ian King's avatar Colin Ian King Committed by Li Yang

soc: fsl: qe: clean up an indentation issue

There is a statement that not indented correctly, remove the
extraneous space.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
parent d0bab301
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment