From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753381AbbJUDds (ORCPT ); Tue, 20 Oct 2015 23:33:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49039 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753301AbbJUDd1 (ORCPT ); Tue, 20 Oct 2015 23:33:27 -0400 Date: Tue, 20 Oct 2015 20:33:25 -0700 From: Greg KH To: Ronit Halder Cc: abbotti@mev.co.uk, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: comedi: removing useless init/exit Message-ID: <20151021033325.GA32366@kroah.com> References: <1445397112-8168-1-git-send-email-ronit.crj@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445397112-8168-1-git-send-email-ronit.crj@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 21, 2015 at 08:41:52AM +0530, Ronit Halder wrote: > Removing init and exit functions as they do nothing. Really? Did you test this?