staging: rts5208: Alignment fixes
Align to match open parenthesis, 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:
parent
7fb7a2fc40
commit
3b8cd5aa17
@ -1648,7 +1648,8 @@ static int dma_access_ring_buffer(struct scsi_cmnd *srb, struct rtsx_chip *chip)
|
||||
dev_dbg(rtsx_dev(chip), "Write to device\n");
|
||||
|
||||
retval = rtsx_transfer_data(chip, 0, scsi_sglist(srb), len,
|
||||
scsi_sg_count(srb), srb->sc_data_direction, 1000);
|
||||
scsi_sg_count(srb), srb->sc_data_direction,
|
||||
1000);
|
||||
if (retval < 0) {
|
||||
if (srb->sc_data_direction == DMA_FROM_DEVICE)
|
||||
set_sense_type(chip, lun,
|
||||
@ -1699,8 +1700,8 @@ static int get_dev_status(struct scsi_cmnd *srb, struct rtsx_chip *chip)
|
||||
|
||||
#ifdef SUPPORT_OCP
|
||||
status[8] = 0;
|
||||
if (CHECK_LUN_MODE(chip,
|
||||
SD_MS_2LUN) && (chip->lun2card[lun] == MS_CARD)) {
|
||||
if (CHECK_LUN_MODE(chip, SD_MS_2LUN) &&
|
||||
(chip->lun2card[lun] == MS_CARD)) {
|
||||
oc_now_mask = MS_OC_NOW;
|
||||
oc_ever_mask = MS_OC_EVER;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user