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

From: Alex Elder
Date: Mon Jul 06 2020 - 19:10:17 EST


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