Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:39452 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750720AbdALOtG (ORCPT ); Thu, 12 Jan 2017 09:49:06 -0500 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Subject: Re: mwifiex: use module_*_driver helper macros From: Kalle Valo In-Reply-To: <1480597700-2456-1-git-send-email-akarwar@marvell.com> References: <1480597700-2456-1-git-send-email-akarwar@marvell.com> To: Amitkumar Karwar Cc: , Cathy Luo , Nishant Sarmukadam , , , , Amitkumar Karwar Message-Id: <20170112144811.D439A6126C@smtp.codeaurora.org> (sfid-20170112_154947_563715_703E10A1) Date: Thu, 12 Jan 2017 14:48:11 +0000 (UTC) Sender: linux-wireless-owner@vger.kernel.org List-ID: Amitkumar Karwar wrote: > After user_rmmod global flag removal, *_init_module() and > *_cleanup_module() have become just a wrapper functions. > We will get rid of them with the help of module_*_driver() macros. > > For pcie, existing ".init_if" handler has same name as what > module_pcie_driver() macro will create. Let's rename it to > avoid conflict. > > Signed-off-by: Amitkumar Karwar Patch applied to wireless-drivers-next.git, thanks. c0e6aa426823 mwifiex: use module_*_driver helper macros -- https://patchwork.kernel.org/patch/9456135/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches