commit | df8f348e76d556cc88445fd78e83235a910cb41e | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri May 01 15:53:33 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri May 01 15:53:33 2020 -0700 |
tree | 0dd8c52a05de8e8e1a5bfc276e834138d4594621 | |
parent | b7052ba7cf5261e013bcc4cd52e3c89c0d5669b0 [diff] | |
parent | a2003b303875b41542bad1c2e81800fdd4c27c29 [diff] |
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>