Re: [PATCH net-next v2 0/2] r8169: factor out firmware handling

2019-06-05 Thread David Miller
From: Heiner Kallweit Date: Wed, 5 Jun 2019 07:59:02 +0200 > 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

[PATCH net-next v2 0/2] r8169: factor out firmware handling

2019-06-04 Thread Heiner Kallweit
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 Heiner Kallweit (2): r8169: rename r8169.c to r8169_main.c r8169: fac