]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipa-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Mar 2020 22:48:37 +0000 (15:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Mar 2020 22:48:37 +0000 (15:48 -0700)
commitf0f800e494f05556688c7c76ff723c1b9e898863
tree9b0251d090f8ba3f365a3069a1490c5a1f8c0a7c
parentf7056b8ec15613eda8713371a0e928cc7fd161c8
parent89e98f543202e464e7eb5155670e432b4a0c79ee
Merge branch 'ipa-fixes'

Alex Elder says:

====================
net: fix net-next

David: These patches resolve two issues caused by the IPA driver
being incorporated into net-next.  I hope you will merge
them as soon as you can.

The IPA driver was merged into net-next last week, but two problems
arise as a result, affecting net-next and linux-next:
  - The patch that defines field_max() was not incorporated into
    net-next, but is required by the IPA code
  - A patch that updates "sdm845.dtsi" *was* incorporated into
    net-next, but other changes to that file in the Qualcomm
    for-next branch lead to errors

Bjorn has agreed to incorporate the DTS file change into the
Qualcomm tree after it is reverted from net-next.
====================

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