staging: rts5208: ms.c: Multiple assignments

Fix check found by checkpatch

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:55 +00:00 committed by Greg Kroah-Hartman
parent 25ccf0b0a7
commit 36e32ee542
1 changed files with 2 additions and 1 deletions

View File

@ -2646,7 +2646,8 @@ static int ms_build_l2p_tbl(struct rtsx_chip *chip, int seg_no)
disable_cnt = segment->disable_count;
segment->get_index = segment->set_index = 0;
segment->get_index = 0;
segment->set_index = 0;
segment->unused_blk_cnt = 0;
for (phy_blk = start; phy_blk < end; phy_blk++) {