Re: [PATCH v2 10/27] hpsa: fix hpsa_adjust_hpsa_scsi_table

2015-11-09 Thread Hannes Reinecke
On 11/04/2015 10:50 PM, Don Brace wrote: > Fix a NULL pointer issue in the driver when devices are removed > during a reset. > > Signed-off-by: Don Brace > --- > drivers/scsi/hpsa.c | 16 > drivers/scsi/hpsa.h |1 + > 2 files changed, 17 insertions(+) > Reviewed-by: Hanne

[PATCH v2 10/27] hpsa: fix hpsa_adjust_hpsa_scsi_table

2015-11-04 Thread Don Brace
Fix a NULL pointer issue in the driver when devices are removed during a reset. Signed-off-by: Don Brace --- drivers/scsi/hpsa.c | 16 drivers/scsi/hpsa.h |1 + 2 files changed, 17 insertions(+) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index ae9968b..382cb5d