staging: rts5208: Correct line ending with '('
Adhere to Linux kernel coding style. Reported by checkpatch: CHECK: Lines should not end with a '(' Signed-off-by: Cyrus Ramavarapu <cyrus.ramavarapu@gmail.com> Link: https://lore.kernel.org/r/20230716223905.2187-1-cyrus.ramavarapu@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5492ed9f8f
commit
93bc49d6ec
@@ -4501,8 +4501,7 @@ int sd_execute_write_data(struct scsi_cmnd *srb, struct rtsx_chip *chip)
|
|||||||
sd_card->sd_lock_notify = 1;
|
sd_card->sd_lock_notify = 1;
|
||||||
if (sd_lock_state &&
|
if (sd_lock_state &&
|
||||||
(sd_card->sd_lock_status & SD_LOCK_1BIT_MODE)) {
|
(sd_card->sd_lock_status & SD_LOCK_1BIT_MODE)) {
|
||||||
sd_card->sd_lock_status |= (
|
sd_card->sd_lock_status |= (SD_UNLOCK_POW_ON | SD_SDR_RST);
|
||||||
SD_UNLOCK_POW_ON | SD_SDR_RST);
|
|
||||||
if (CHK_SD(sd_card)) {
|
if (CHK_SD(sd_card)) {
|
||||||
retval = reset_sd(chip);
|
retval = reset_sd(chip);
|
||||||
if (retval != STATUS_SUCCESS) {
|
if (retval != STATUS_SUCCESS) {
|
||||||
|
Reference in New Issue
Block a user