]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita0f4714b733e386a93b078cf82da0abe8fa50186
tree3e9ded48d40d1bdfd4b62ff6848d2f95602f81c0
parentc315bc97b17d56dee5323ea897237dec95d97a40
parent6e94f619ed548897ebf0228d8dfe163aaf610690
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>