From: James Smart <James.Smart@Emulex.Com>
To: Jiri Slaby <jirislaby@gmail.com>
Cc: "James.Bottomley@HansenPartnership.com"
<James.Bottomley@HansenPartnership.com>,
"linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] SCSI: lpfc, don't dereference NULL
Date: Wed, 15 Jul 2009 15:00:50 -0400 [thread overview]
Message-ID: <4A5E2762.8050502@emulex.com> (raw)
In-Reply-To: <1247520354-32145-1-git-send-email-jirislaby@gmail.com>
Thanks Jiri.
-- james s
Acked-By: James Smart <james.smart@emulex.com>
Jiri Slaby wrote:
> When kzalloc fails in lpfc_hba_alloc, don't dereference the NULL by
> lpfc_printf_log. Use dev_err instead.
>
> Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
> ---
> drivers/scsi/lpfc/lpfc_init.c | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
> index fc67cc6..2452dc9 100644
> --- a/drivers/scsi/lpfc/lpfc_init.c
> +++ b/drivers/scsi/lpfc/lpfc_init.c
> @@ -4130,8 +4130,7 @@ lpfc_hba_alloc(struct pci_dev *pdev)
> /* Allocate memory for HBA structure */
> phba = kzalloc(sizeof(struct lpfc_hba), GFP_KERNEL);
> if (!phba) {
> - lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
> - "1417 Failed to allocate hba struct.\n");
> + dev_err(&pdev->dev, "failed to allocate hba struct\n");
> return NULL;
> }
>
prev parent reply other threads:[~2009-07-15 19:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-13 21:25 [PATCH] SCSI: lpfc, don't dereference NULL Jiri Slaby
2009-07-15 19:00 ` James Smart [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A5E2762.8050502@emulex.com \
--to=james.smart@emulex.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=jirislaby@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox