Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rts5208: split long line of code

Fix checkpatch warning by splitting up a long line of code, improving
code readability

Signed-off-by: Tanjuate Brunostar <tanjubrunostar0@gmail.com>
Acked-by: Julia Lawall <julia.lawall@inria.fr>
Link: https://lore.kernel.org/r/Y06Vsr7JVvpPem5T@elroy-temp-vm.gaiao0uenmiufjlowqgp5yxwdh.gvxx.internal.cloudapp.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tanjuate Brunostar and committed by
Greg Kroah-Hartman
0c04b83d 9abf2313

+2 -1
+2 -1
drivers/staging/rts5208/sd.c
··· 4506 4506 if (CHK_SD(sd_card)) { 4507 4507 retval = reset_sd(chip); 4508 4508 if (retval != STATUS_SUCCESS) { 4509 - sd_card->sd_lock_status &= ~(SD_UNLOCK_POW_ON | SD_SDR_RST); 4509 + sd_card->sd_lock_status &= 4510 + ~(SD_UNLOCK_POW_ON | SD_SDR_RST); 4510 4511 goto sd_execute_write_cmd_failed; 4511 4512 } 4512 4513 }