Re: [PATCH 2/2] ipr: Enable SIS pipe commands for SIS-32 devices.

2015-08-27 Thread Wendy Xiong
Gabriel Krisman Bertazi krisman at linux.vnet.ibm.com writes: Remove unnecessary check that disabled SIS pipe commands for SIS-32 devices. This change was sufficient to enable raw mode and send SIS pipe commands for a 57B3 device. Reviewed-by: Wen Xiong wenxi...@linux.vnet.ibm.com

Re: [PATCH 2/2] ipr: Enable SIS pipe commands for SIS-32 devices.

2015-08-20 Thread Brian King
On 08/19/2015 09:47 AM, Gabriel Krisman Bertazi wrote: Remove unnecessary check that disabled SIS pipe commands for SIS-32 devices. This change was sufficient to enable raw mode and send SIS pipe commands for a 57B3 device. Fixes: f8ee25d7d239 (ipr: AF DASD raw mode implementation in ipr

[PATCH 2/2] ipr: Enable SIS pipe commands for SIS-32 devices.

2015-08-19 Thread Gabriel Krisman Bertazi
Remove unnecessary check that disabled SIS pipe commands for SIS-32 devices. This change was sufficient to enable raw mode and send SIS pipe commands for a 57B3 device. Fixes: f8ee25d7d239 (ipr: AF DASD raw mode implementation in ipr driver) Signed-off-by: Gabriel Krisman Bertazi