From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qy0-f122.google.com ([209.85.221.122]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1LppsU-0001nB-62 for linux-mtd@lists.infradead.org; Fri, 03 Apr 2009 20:20:45 +0000 Received: by qyk28 with SMTP id 28so2483554qyk.28 for ; Fri, 03 Apr 2009 13:20:37 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <49D5B351.5040601@nokia.com> References: <49D5B351.5040601@nokia.com> Date: Fri, 3 Apr 2009 13:20:37 -0700 Message-ID: Subject: Re: [PATCH] MTD: nandsim should delete its partitions on module unload From: Kevin Cernekee To: Adrian Hunter Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "linux-mtd@lists.infradead.org" , "dwmw2@infradead.org" , "linux-kernel@vger.kernel.org" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Apr 2, 2009 at 11:57 PM, Adrian Hunter wrote: > Doesn't nand_release() already do that? Yes. The problem I was seeing (attempt to reregister mtd* sysfs entries) was caused by something else. I retract the patch. Thanks.