Merge branch 'net-ipa-simple-refactorizations'
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 Jul 2020 22:27:09 +0000 (15:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Jul 2020 22:27:09 +0000 (15:27 -0700)
commit6f6746d7bab1bb5798b186cb35570d2c2f10201c
tree3e9ded48d40d1bdfd4b62ff6848d2f95602f81c0
parent8c96439724f6b3a5f537615f294e4f84df30eafb
parent9e88cb5ff713bcacfe216c89d614eb505286ad6d
Merge branch 'net-ipa-simple-refactorizations'

Alex Elder says:

====================
net: ipa: simple refactorizations

This series makes three small changes to some endpoint configuration
code.  The first uses a constant to represent the frequency of an
internal clock used for timers in the IPA.  The second modifies a
limit used so it matches Qualcomm's internal code.  And the third
reworks a few lines of code, eliminating a multi-line function call.
====================

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