On 04/09/2015 04:17 PM, James Bottomley wrote: > On Thu, 2015-03-26 at 11:23 -0500, Brian King wrote: >> From: Wen Xiong <wenxiong@xxxxxxxxxxxxxxxxxx> >> >> 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<wenxiong@xxxxxxxxxxxxxxxxxx> >> Signed-off-by: Brian King <brking@xxxxxxxxxxxxxxxxxx> >> --- >> >> 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. Sorry about that. Will do. -Brian -- Brian King Power Linux I/O IBM Linux Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html