Merge branch 'net-ipa-fix-warning-reported-errors'
authorDavid S. Miller <davem@davemloft.net>
Tue, 7 Jul 2020 19:43:18 +0000 (12:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jul 2020 19:43:18 +0000 (12:43 -0700)
commit92cffd48bfb3647552e73c41c4a95bbd04385b08
tree15bd2fc3ae60a0f7012baa697239379712537673
parent34fe5a1cf95c3f114068fc16d919c9cf4b00e428
parenta21c1f028fbae8c8e2e2602d3ea206fefa448d73
Merge branch 'net-ipa-fix-warning-reported-errors'

Alex Elder says:

====================
net: ipa: fix warning-reported errors

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

Signed-off-by: David S. Miller <davem@davemloft.net>