From: Egil Hjelmeland <pri...@egil-hjelmeland.no> 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 aligns them with > other functions in the module, and makes it possible to simplify the code. > > The lan9303_enable_packet_processing, lan9303_disable_packet_processing > functions operate on port. Therefore rename the functions to reflect that > as well. > > Reviewer pointed out lan9303_get_ethtool_stats would be better off with > the use of a lan9303_read_switch_port(). So that was added to the series. ... Series applied, thank you.