Re: [PATCH] Staging: rts5208: rtsx_scsi: Fixed a brace coding style issue

From: Greg KH
Date: Wed Oct 29 2014 - 11:44:50 EST


On Fri, Oct 17, 2014 at 12:30:51AM +0100, Mike Roocroft wrote:
> Fixed a coding style issue.
>
> Signed-off-by: Mike Roocroft <mike.linux@xxxxxxxxxxxxxx>
> ---
> drivers/staging/rts5208/rtsx_scsi.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/staging/rts5208/rtsx_scsi.c b/drivers/staging/rts5208/rtsx_scsi.c
> index bbbf796..1161082 100644
> --- a/drivers/staging/rts5208/rtsx_scsi.c
> +++ b/drivers/staging/rts5208/rtsx_scsi.c
> @@ -584,9 +584,8 @@ static int start_stop_unit(struct scsi_cmnd *srb, struct rtsx_chip *chip)
>
> case MAKE_MEDIUM_READY:
> case LOAD_MEDIUM:
> - if (check_card_ready(chip, lun)) {
> + if (check_card_ready(chip, lun))
> return TRANSPORT_GOOD;
> - }
> set_sense_type(chip, lun, SENSE_TYPE_MEDIA_NOT_PRESENT);
> TRACE_RET(chip, TRANSPORT_FAILED);
>
> --
> 2.1.2

Does not apply :(
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/