Merge branch 'net-ipa-dont-cache-channel-state'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 May 2020 22:53:33 +0000 (15:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 May 2020 22:53:33 +0000 (15:53 -0700)
commitdf8f348e76d556cc88445fd78e83235a910cb41e
tree0dd8c52a05de8e8e1a5bfc276e834138d4594621
parentb7052ba7cf5261e013bcc4cd52e3c89c0d5669b0
parenta2003b303875b41542bad1c2e81800fdd4c27c29
Merge branch 'net-ipa-dont-cache-channel-state'

Alex Elder says:

====================
net: ipa: don't cache channel state

This series removes a field that holds a copy of a channel's state
at the time it was last fetched.  In principle the state can change
at any time, so it's better to just fetch it whenever needed.  The
first patch is just preparatory, simplifying the arguments to
gsi_channel_state().
====================

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