mbox series

[net,0/3] net: ipa: fix warning-reported errors

Message ID 20200706231010.1233505-1-elder@linaro.org
Headers show
Series net: ipa: fix warning-reported errors | expand

Message

Alex Elder July 6, 2020, 11:10 p.m. UTC
Building the kernel with W=1 produces numerous warnings for the IPA
code.  Some of those warnings turn out to flag real problems, and
this series fixes them.  The first patch fixes the most important
ones, but the second and third are problems I think are worth
treating as bugs as well.

Note:  I'll happily combine any of these if someone prefers that.

					-Alex

Alex Elder (3):
  net: ipa: fix QMI structure definition bugs
  net: ipa: declare struct types in "ipa_gsi.h"
  net: ipa: include declarations in "ipa_gsi.c"

 drivers/net/ipa/ipa_gsi.c     | 1 +
 drivers/net/ipa/ipa_gsi.h     | 2 ++
 drivers/net/ipa/ipa_qmi_msg.c | 6 +++---
 3 files changed, 6 insertions(+), 3 deletions(-)

-- 
2.25.1

Comments

David Miller July 7, 2020, 7:43 p.m. UTC | #1
From: Alex Elder <elder@linaro.org>

Date: Mon,  6 Jul 2020 18:10:07 -0500

> Building the kernel with W=1 produces numerous warnings for the IPA

> code.  Some of those warnings turn out to flag real problems, and

> this series fixes them.  The first patch fixes the most important

> ones, but the second and third are problems I think are worth

> treating as bugs as well.

> 

> Note:  I'll happily combine any of these if someone prefers that.


Series applied, thank you.