mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 15:40:50 +00:00
staging: rts5208: xd.c: Remove multiple assignments
Checkpatch found multiple assignments on one line so move them to their own lines. Signed-off-by: Wayne Porter <wporter82@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
40eeb86243
commit
6d2117f1a5
@ -1489,7 +1489,8 @@ static int xd_build_l2p_tbl(struct rtsx_chip *chip, int zone_no)
|
|||||||
dev_dbg(rtsx_dev(chip), "start block 0x%x, end block 0x%x\n",
|
dev_dbg(rtsx_dev(chip), "start block 0x%x, end block 0x%x\n",
|
||||||
start, end);
|
start, end);
|
||||||
|
|
||||||
zone->set_index = zone->get_index = 0;
|
zone->set_index = 0;
|
||||||
|
zone->get_index = 0;
|
||||||
zone->unused_blk_cnt = 0;
|
zone->unused_blk_cnt = 0;
|
||||||
|
|
||||||
for (i = start; i < end; i++) {
|
for (i = start; i < end; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user