mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 23:23:55 +08:00
staging: rts5208: Fix missing blank line warning.
Fixes "Missing a blank line after declarations" checkpatch.pl warning in rtsx_scsi.c Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e245b90418
commit
bb0f20a7e8
@ -440,6 +440,7 @@ static int test_unit_ready(struct scsi_cmnd *srb, struct rtsx_chip *chip)
|
||||
#ifdef SUPPORT_SD_LOCK
|
||||
if (get_lun_card(chip, SCSI_LUN(srb)) == SD_CARD) {
|
||||
struct sd_info *sd_card = &(chip->sd_card);
|
||||
|
||||
if (sd_card->sd_lock_notify) {
|
||||
sd_card->sd_lock_notify = 0;
|
||||
set_sense_type(chip, lun, SENSE_TYPE_MEDIA_CHANGE);
|
||||
@ -746,6 +747,7 @@ static void ms_mode_sense(struct rtsx_chip *chip, u8 cmd,
|
||||
if (data_size > sys_info_offset) {
|
||||
/* 96 Bytes Attribute Data */
|
||||
int len = data_size - sys_info_offset;
|
||||
|
||||
len = (len < 96) ? len : 96;
|
||||
|
||||
memcpy(buf + sys_info_offset, ms_card->raw_sys_info, len);
|
||||
@ -1568,6 +1570,7 @@ static int get_variable(struct scsi_cmnd *srb, struct rtsx_chip *chip)
|
||||
rtsx_stor_set_xfer_buf(&tmp, 1, srb);
|
||||
} else if (srb->cmnd[3] == 2) {
|
||||
u8 tmp = chip->blink_led;
|
||||
|
||||
rtsx_stor_set_xfer_buf(&tmp, 1, srb);
|
||||
} else {
|
||||
set_sense_type(chip, lun, SENSE_TYPE_MEDIA_INVALID_CMD_FIELD);
|
||||
|
Loading…
Reference in New Issue
Block a user