From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] sh_eth: Fix memleak in sh_mdio_release Date: Thu, 20 May 2010 23:14:00 -0700 (PDT) Message-ID: <20100520.231400.43444964.davem@davemloft.net> References: <20100520140059.GA8968@hera.kernel.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: dkirjanov@hera.kernel.org, shimoda.yoshihiro@renesas.com, morimoto.kuninori@renesas.com, netdev@vger.kernel.org To: iwamatsu@nigauri.org Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:46459 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933241Ab0EUGNv (ORCPT ); Fri, 21 May 2010 02:13:51 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Nobuhiro Iwamatsu Date: Fri, 21 May 2010 07:12:21 +0900 > 2010/5/20 Denis Kirjanov : >> Allocated memory for IRQs should be freed when releasing the mii_bus >> >> Signed-off-by: Denis Kirjanov ... > Acked-by: Nobuhiro Iwamatsu Applied, thanks everyone.