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:
parent
117b6038b2
commit
911e84a09a
@ -652,7 +652,7 @@ int switch_ssc_clock(struct rtsx_chip *chip, int clk)
|
||||
return STATUS_FAIL;
|
||||
}
|
||||
|
||||
mcu_cnt = (u8)(125/clk + 3);
|
||||
mcu_cnt = (u8)(125 / clk + 3);
|
||||
if (mcu_cnt > 7)
|
||||
mcu_cnt = 7;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user