[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1411075645-21845-1-git-send-email-harish.patil@qlogic.com>
Date: Thu, 18 Sep 2014 17:27:23 -0400
From: Harish Patil <harish.patil@...gic.com>
To: <davem@...emloft.net>
CC: <netdev@...r.kernel.org>, <Dept-GELinuxNICDev@...gic.com>,
<sudarsana.kalluru@...gic.com>,
Harish Patil <harish.patil@...gic.com>
Subject: [PATCH net-next 0/2] qlge: Fix compilation warning and update maintainers
From: Harish Patil <harish.patil@...gic.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(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists