Re: [PATCH 00/12] net-next: mediatek: bug fixes and tx stall fixes

From: Andrew Lunn
Date: Thu May 05 2016 - 08:25:46 EST


On Thu, May 05, 2016 at 11:26:13AM +0200, John Crispin wrote:
> This series is a collection of fixes for bugs that we stumble across while
> doing more performance testing and code level review.

Hi John

I just noticed the code uses kfree(mii_bus), rather than
mdiobus_free(mii_bus).

Andrew