From: Harish Patil <harish.patil@qlogic.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <Dept-GELinuxNICDev@qlogic.com>,
<sudarsana.kalluru@qlogic.com>,
Harish Patil <harish.patil@qlogic.com>
Subject: [PATCH net-next 0/2] qlge: Fix compilation warning and update maintainers
Date: Thu, 18 Sep 2014 17:27:23 -0400 [thread overview]
Message-ID: <1411075645-21845-1-git-send-email-harish.patil@qlogic.com> (raw)
From: Harish Patil <harish.patil@qlogic.com>
This patch series includes the following set of patches:
- Fix the below warning message:
qlge_main.c:1754: warning: 'lbq_desc' may be used uninitialized in this function
I have made changes according to your earlier feedback:
"Please fix this differently. The problem is that the compiler can't see that
you've done the !length check at the top of the function, so when it later
sees the while (length > 0) loop, it doesn't know that this loop will always
execute at least once. Just change that loop to a do { } while() loop and
the compiler will be able to see everything."
- Update qlge driver maintainers list
Please apply this series to net-next.
Thanks,
Harish
Harish Patil (1):
qlge: Fix compilation warning
Update qlge driver maintainers list
MAINTAINERS | 6 +++---
drivers/net/ethernet/qlogic/qlge/qlge_main.c | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
next reply other threads:[~2014-09-18 22:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-18 21:27 Harish Patil [this message]
2014-09-18 21:27 ` [PATCH net-next 1/2] qlge: Fix compilation warning Harish Patil
2014-09-22 18:36 ` David Miller
2014-09-18 21:27 ` [PATCH net-next 2/2] Update qlge driver maintainers list Harish Patil
2014-09-22 18:36 ` [PATCH net-next 0/2] qlge: Fix compilation warning and update maintainers David Miller
-- strict thread matches above, loose matches on Subject: below --
2014-08-13 18:08 Harish Patil
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=1411075645-21845-1-git-send-email-harish.patil@qlogic.com \
--to=harish.patil@qlogic.com \
--cc=Dept-GELinuxNICDev@qlogic.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=sudarsana.kalluru@qlogic.com \
/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;
as well as URLs for NNTP newsgroup(s).