netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] qlge: Fix compilation warning and update maintainers
@ 2014-09-18 21:27 Harish Patil
  2014-09-18 21:27 ` [PATCH net-next 1/2] qlge: Fix compilation warning Harish Patil
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Harish Patil @ 2014-09-18 21:27 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept-GELinuxNICDev, sudarsana.kalluru, Harish Patil

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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH net-next 0/2] qlge: Fix compilation warning and update maintainers
@ 2014-08-13 18:08 Harish Patil
  0 siblings, 0 replies; 6+ messages in thread
From: Harish Patil @ 2014-08-13 18:08 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept-GELinuxNICDev, sudarsana.kalluru, Harish Patil

From: Harish Patil <harish.patil@qlogic.com>

This patch series includes the following set of patches:

- Fix the below warning message observed during qlge compilation:
  qlge_main.c:1754: warning: 'lbq_desc' may be used uninitialized in this function

- 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                                  | 4 ++--
drivers/net/ethernet/qlogic/qlge/qlge_main.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-09-22 18:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-18 21:27 [PATCH net-next 0/2] qlge: Fix compilation warning and update maintainers Harish Patil
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

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).