On Thu, 2015-03-26 at 11:23 -0500, Brian King wrote:
> From: Wen Xiong <[email protected]>
> 
> This patch implements raw mode support for AF DASD in ipr driver
> which allows for tools to send commands directly to physical
> devices which are members of RAID arrays when enabled in the firmware.
> 
> Signed-off-by: Wen Xiong<[email protected]>
> Signed-off-by: Brian King <[email protected]>
> ---
> 
>  drivers/scsi/ipr.c |   85 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/scsi/ipr.h |    3 +
>  2 files changed, 88 insertions(+)
> 
> diff -puN drivers/scsi/ipr.c~ipr_sispipe drivers/scsi/ipr.c
> --- linux/drivers/scsi/ipr.c~ipr_sispipe      2015-03-26 10:53:55.540578199 
> -0500
> +++ linux-bjking1/drivers/scsi/ipr.c  2015-03-26 10:57:00.570080498 -0500
[...]
> @@ -6152,6 +6228,13 @@ static void ipr_erp_start(struct ipr_ioa
>               break;
>       case IPR_IOASC_NR_INIT_CMD_REQUIRED:
>               break;
> +     case IPR_IOASC_IR_NON_OPTIMIZED:
> +             if (res->raw_mode){

Missing space here ... checkpatch would have picked this up; please use
it.

James


--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to