Re: [PATCH v4 net-next 0/5] Refactor lan9303_xxx_packet_processing

2017-08-07 Thread David Miller
From: Egil Hjelmeland Date: Sat, 5 Aug 2017 13:05:45 +0200 > This series is purely non functional. > > It changes the lan9303_enable_packet_processing, > lan9303_disable_packet_processing() to pass port number (0,1,2) as > parameter instead of port offset. This

[PATCH v4 net-next 0/5] Refactor lan9303_xxx_packet_processing

2017-08-05 Thread Egil Hjelmeland
This series is purely non functional. It changes the lan9303_enable_packet_processing, lan9303_disable_packet_processing() to pass port number (0,1,2) as parameter instead of port offset. This aligns them with other functions in the module, and makes it possible to simplify the code. The