All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julian Calaby <julian.calaby@gmail.com>
To: anil.gurumurthy@qlogic.com
Cc: Jej B <James.Bottomley@hansenpartnership.com>,
	Christoph Hellwig <hch@infradead.org>,
	linux-scsi <linux-scsi@vger.kernel.org>
Subject: Re: [PATCH 2/4] Fix for crash when bfa_itnim is NULL
Date: Fri, 30 Jan 2015 12:14:49 +1100	[thread overview]
Message-ID: <CAGRGNgXz7uVtK93dUv7o8EmyLFd0dhGS+OnR+89ERrAFiY5XXg@mail.gmail.com> (raw)
In-Reply-To: <1422521757-18724-3-git-send-email-anil.gurumurthy@qlogic.com>

Hi Anil,

On Thu, Jan 29, 2015 at 7:55 PM,  <anil.gurumurthy@qlogic.com> wrote:
> From: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
>
> Signed-off-by: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
> Signed-off-by: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
> ---
>  drivers/scsi/bfa/bfa_fcs_lport.c |    2 +-
>  drivers/scsi/bfa/bfad_im.c       |   26 ++++++++++++++++++++++++++
>  2 files changed, 27 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/scsi/bfa/bfa_fcs_lport.c b/drivers/scsi/bfa/bfa_fcs_lport.c
> index d823792..4631630 100644
> --- a/drivers/scsi/bfa/bfa_fcs_lport.c
> +++ b/drivers/scsi/bfa/bfa_fcs_lport.c
> @@ -2654,7 +2654,7 @@ bfa_fcs_fdmi_get_hbaattr(struct bfa_fcs_lport_fdmi_s *fdmi,
>
>         strncpy(hba_attr->node_sym_name.symname,
>                 port->port_cfg.node_sym_name.symname, BFA_SYMNAME_MAXLEN);
> -       strcpy(hba_attr->vendor_info, "BROCADE");
> +       strcpy(hba_attr->vendor_info, "QLogic");

Shouldn't this be in the next patch?

Thanks,

-- 
Julian Calaby

Email: julian.calaby@gmail.com
Profile: http://www.google.com/profiles/julian.calaby/

  reply	other threads:[~2015-01-30  1:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-29  8:55 [PATCH 0/4] bfa: Patches for scsi "misc" branch anil.gurumurthy
2015-01-29  8:55 ` [PATCH 1/4] Updating copyright messages anil.gurumurthy
2015-01-29  8:55 ` [PATCH 2/4] Fix for crash when bfa_itnim is NULL anil.gurumurthy
2015-01-30  1:14   ` Julian Calaby [this message]
2015-02-03  5:13     ` Anil Gurumurthy
2015-01-29  8:55 ` [PATCH 3/4] File header and user visible string changes anil.gurumurthy
2015-01-29  8:55 ` [PATCH 4/4] Update driver version to 3.2.25.0 anil.gurumurthy

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=CAGRGNgXz7uVtK93dUv7o8EmyLFd0dhGS+OnR+89ERrAFiY5XXg@mail.gmail.com \
    --to=julian.calaby@gmail.com \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=anil.gurumurthy@qlogic.com \
    --cc=hch@infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.