Re: [PATCH] ses: Fix SAS device detection in enclosure

2017-01-17 Thread Martin K. Petersen
> "Ewan" == Ewan D Milne writes: Ewan> The call to scsi_is_sas_rphy() needs to be made on the SAS Ewan> end_device, not on the SCSI device. Applied to 4.10/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scs

Re: [PATCH] ses: Fix SAS device detection in enclosure

2017-01-17 Thread James Bottomley
On Mon, 2017-01-09 at 16:33 -0500, Ewan D. Milne wrote: > From: "Ewan D. Milne" > > The call to scsi_is_sas_rphy() needs to be made on the > SAS end_device, not on the SCSI device. > > Fixes: 835831c57e9b ("ses: use scsi_is_sas_rphy instead of > is_sas_attached") > Reviewed-by: Johannes Thumshir

Re: [PATCH] ses: Fix SAS device detection in enclosure

2017-01-16 Thread Johannes Thumshirn
On Mon, Jan 16, 2017 at 04:02:24PM -0500, Martin K . Petersen wrote: > > "Ewan" == Ewan D Milne writes: > > Ewan> The call to scsi_is_sas_rphy() needs to be made on the SAS > Ewan> end_device, not on the SCSI device. > > Ewan> Fixes: 835831c57e9b ("ses: use scsi_is_sas_rphy instead of > Ewan

Re: [PATCH] ses: Fix SAS device detection in enclosure

2017-01-16 Thread Martin K. Petersen
> "Ewan" == Ewan D Milne writes: Ewan> The call to scsi_is_sas_rphy() needs to be made on the SAS Ewan> end_device, not on the SCSI device. Ewan> Fixes: 835831c57e9b ("ses: use scsi_is_sas_rphy instead of Ewan> is_sas_attached") Reviewed-by: Johannes Thumshirn Ewan> Signed-off-by: Ewan D. M

[PATCH] ses: Fix SAS device detection in enclosure

2017-01-09 Thread Ewan D. Milne
From: "Ewan D. Milne" The call to scsi_is_sas_rphy() needs to be made on the SAS end_device, not on the SCSI device. Fixes: 835831c57e9b ("ses: use scsi_is_sas_rphy instead of is_sas_attached") Reviewed-by: Johannes Thumshirn Signed-off-by: Ewan D. Milne --- drivers/scsi/ses.c | 2 +- 1 file