]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'r8169-factor-out-firmware-handling'
authorDavid S. Miller <davem@davemloft.net>
Wed, 5 Jun 2019 18:41:59 +0000 (11:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Jun 2019 18:41:59 +0000 (11:41 -0700)
commite57b603122fd1988d6b03a11b15236553b9846b1
tree6ba6c3e7497a7eb8eaadb430fbb9eb1137e90d7c
parent0ed6f77b3ea468cb5c1fa053753d6f3b551e8b1b
parente0245603c19028096709d352251fc5e4039d71fb
Merge branch 'r8169-factor-out-firmware-handling'

Heiner Kallweit says:

====================
r8169: factor out firmware handling

Let's factor out firmware handling into a separate source code file.
This simplifies reading the code and makes clearer what the interface
between driver and firmware handling is.

v2:
- fix small whitespace issue in patch 2
====================

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