From: Joe Handzik <joseph.t.hand...@hp.com>

Signed-off-by: Scott Teel <scott.t...@hp.com>
Signed-off-by: Joe Handzik <joseph.t.hand...@hp.com>
Signed-off-by: Stephen M. Cameron <scame...@beardog.cce.hp.com>
Cc: sta...@vger.kernel.org
---
 drivers/scsi/hpsa.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
index fda6cf1..ef66905 100644
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
@@ -2848,6 +2848,8 @@ static int hpsa_get_pdisk_of_ioaccel2(struct ctlr_info *h,
 
        /* Get the list of physical devices */
        physicals = kzalloc(reportsize, GFP_KERNEL);
+       if (physicals == NULL)
+               return 0;
        if (hpsa_scsi_do_report_phys_luns(h, (struct ReportLUNdata *) physicals,
                reportsize, extended)) {
                dev_err(&h->pdev->dev,

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to