From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755289AbdCWLs6 (ORCPT ); Thu, 23 Mar 2017 07:48:58 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:37162 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751567AbdCWLsz (ORCPT ); Thu, 23 Mar 2017 07:48:55 -0400 Date: Thu, 23 Mar 2017 11:48:52 +0000 (GMT) From: "Maciej W. Rozycki" To: Bartlomiej Zolnierkiewicz cc: Dmitry Torokhov , linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] video: fbdev: pmag-aa-fb: remove incorrect __exit markups In-Reply-To: <6090318.4Vxfg9eOhE@amdc3058> Message-ID: References: <20170301233109.GA8563@dtor-ws> <6090318.4Vxfg9eOhE@amdc3058> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 20 Mar 2017, Bartlomiej Zolnierkiewicz wrote: > > Even if bus is not hot-pluggable, devices can be unbound from the > > driver via sysfs, so we should not be using __exit annotations on > > remove() methods. The only exception is drivers registered with > > platform_driver_probe() which specifically disables sysfs bind/unbind > > attributes. > > > > Signed-off-by: Dmitry Torokhov > > Patch queued for 4.12, thanks. Thanks! Maciej