From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [RFC 1/3] mmc: host: tmio: refactor calls to sdio irq Date: Tue, 10 Jan 2017 09:05:28 +0100 Message-ID: <20170110080528.GC25239@verge.net.au> References: <20170105114326.12426-1-wsa+renesas@sang-engineering.com> <20170105114326.12426-2-wsa+renesas@sang-engineering.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170105114326.12426-2-wsa+renesas@sang-engineering.com> Sender: linux-renesas-soc-owner@vger.kernel.org To: Wolfram Sang Cc: linux-mmc@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Ulf Hansson List-Id: linux-mmc@vger.kernel.org On Thu, Jan 05, 2017 at 12:43:24PM +0100, Wolfram Sang wrote: > tmio_mmc_sdio_irq() is not used as a seperate irq handler anymore, so we > can make it similar to the other irq helper functions, namely: > > * only give the host as argument function which is what it really needs > * prefix function name with __ > > Signed-off-by: Wolfram Sang I like that this avoids implicitly casting to and from void *. Acked-by: Simon Horman