From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sascha Sommer Subject: Re: [PATCH] mmc: drop the "state" argument to mmc_suspend_host() Date: Sun, 16 May 2010 20:20:18 +0200 Message-ID: <201005162020.18511.saschasommer@freenet.de> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Matt Fleming Cc: Andrew Morton , Kevin Hilman , linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, Nicolas Ferre , Manuel Lauss , Cliff Cai , =?utf-8?q?Micha=C5=82_Miros=C5=82aw?= , Pavel Pisa , David Brown , Daniel Walker , Bryan Huntsman , Jarkko Lavinen , Madhusudhan Chikkature , Ben Dooks , Anton Vorontsov , Alex Dubov , Ian Molton , Joseph Chan , Harald Welte , Pierre Ossman List-Id: linux-mmc@vger.kernel.org Hi, Am Donnerstag 13 Mai 2010 21:01:45 schrieb Matt Fleming: > Even though many mmc host drivers pass a pm_message_t argument to > mmc_suspend_host() that argument isn't used the by MMC core. As host > drivers are converted to dev_pm_ops they'll have to construct > pm_message_t's (as they won't be passed by the PM subsystem any more) > just to appease the mmc suspend interface. > > We might as well just delete the unused paramter. > > Signed-off-by: Matt Fleming Acked-by: Sascha Sommer (for sdricoh_cs) Regards Sascha