From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755046AbcEEMZo (ORCPT ); Thu, 5 May 2016 08:25:44 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:57549 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000AbcEEMZn (ORCPT ); Thu, 5 May 2016 08:25:43 -0400 Date: Thu, 5 May 2016 14:25:34 +0200 From: Andrew Lunn To: John Crispin Cc: "David S. Miller" , nbd@nbd.name, netdev@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/12] net-next: mediatek: bug fixes and tx stall fixes Message-ID: <20160505122534.GF7972@lunn.ch> References: <1462440385-51939-1-git-send-email-john@phrozen.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462440385-51939-1-git-send-email-john@phrozen.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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