[PATCH] hpsa: add new PCI IDs (March 2014)

2014-03-25 Thread Joe Handzik
From: Joe Handzik Adding in six PCI IDs for unreleased controllers that slipped through the cracks in previous patch submissions. Signed-off-by: Scott Teel Signed-off-by: Joe Handzik --- drivers/scsi/hpsa.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a

[PATCH] hpsa: Checking for a NULL return from a kzalloc call

2014-03-26 Thread Joe Handzik
From: Joe Handzik Checking for a NULL return from a kzalloc call in hpsa_get_pdisk_of_ioaccel2. Signed-off-by: Scott Teel Signed-off-by: Joe Handzik --- drivers/scsi/hpsa.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c