From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752070AbbIKJkU (ORCPT ); Fri, 11 Sep 2015 05:40:20 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:35372 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751554AbbIKJkT (ORCPT ); Fri, 11 Sep 2015 05:40:19 -0400 Date: Fri, 11 Sep 2015 15:10:03 +0530 From: Viresh Kumar To: Russell King - ARM Linux Cc: Arnd Bergmann , "Rafael J. Wysocki" , Pi-Cheng Chen , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: cpufreq: mediatek: allow modular build Message-ID: <20150911094003.GN9650@linux> References: <1768766.yu1lxjsjLL@wuerfel> <2329563.MhTbBXHVz1@wuerfel> <20150911082536.GL9650@linux> <3071823.f1VzTWVMmV@wuerfel> <20150911083806.GM9650@linux> <20150911093454.GK21084@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150911093454.GK21084@n2100.arm.linux.org.uk> 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 11-09-15, 10:34, Russell King - ARM Linux wrote: > Well, that's got nothing to do with not having a module_exit(). Yeah, so we don't necessarily need a module_exit(), but the module should have freed the resources with module unplug. And that was missing with Arnd's patch.. Or did I misinterpret your comment ? -- viresh