staging: rts5208: Spacing

Adding space around operator for better readability and to stop
checkpatch check messages

Signed-off-by: Wayne Porter <wporter82@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Wayne Porter 2016-10-11 21:56:43 +00:00 committed by Greg Kroah-Hartman
parent 117b6038b2
commit 911e84a09a

View file

@ -652,7 +652,7 @@ int switch_ssc_clock(struct rtsx_chip *chip, int clk)
return STATUS_FAIL; return STATUS_FAIL;
} }
mcu_cnt = (u8)(125/clk + 3); mcu_cnt = (u8)(125 / clk + 3);
if (mcu_cnt > 7) if (mcu_cnt > 7)
mcu_cnt = 7; mcu_cnt = 7;