Merge branch 'net-ipa-small-improvements'
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 Jul 2020 22:29:07 +0000 (15:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Jul 2020 22:29:07 +0000 (15:29 -0700)
commit21ddff5c95e1d498e1a0076f43d9ea7cbe64a8ad
tree2435da361c509b2b3c706fd7aa60055d38d88d11
parent6f6746d7bab1bb5798b186cb35570d2c2f10201c
parent722208ea3e2a19f927cd507366547b2546444697
Merge branch 'net-ipa-small-improvements'

Alex Elder says:

====================
net: ipa: small improvements

This series contains two patches that improve the error output
that's reported when an error occurs while changing the state of a
GSI channel or event ring.  The first ensures all such error
conditions report an error, and the second simplifies the messages a
little and ensures they are all consistent.

A third (independent) patch gets rid of an unused symbol in the
microcontroller code.

Version 2 fixes two alignment problems pointed out by checkpatch.pl,
as requested by Jakub Kicinski.
====================

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