Re: [PATCH net-next v2 6/6] smsc95xx: use PHY framework instead of MII library

2020-07-25 Thread kernel test robot
Hi Andre, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Andre-Edich/Add-PAL-support-to-smsc95xx/20200723-195824 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 7fc3b978a8

[PATCH net-next v2 6/6] smsc95xx: use PHY framework instead of MII library

2020-07-23 Thread Andre Edich
Since the PHY framework is used anyway, replace the rest of the calls to the MII library, including those from the USB Network driver infrastructure, by the calls to the PHY framework. Signed-off-by: Andre Edich --- drivers/net/usb/smsc95xx.c | 78 +++--- 1 file c