From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Subject: Re: [PATCH] MMC: OMAP HS-MMC: convert to dev_pm_ops Date: Thu, 13 May 2010 19:48:14 +0100 Message-ID: <87k4r74p01.fsf@linux-g6p1.site> References: <1273615036-4516-1-git-send-email-khilman@deeprootsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from arkanian.console-pimps.org ([212.110.184.194]:51591 "EHLO arkanian.console-pimps.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756474Ab0EMSx6 (ORCPT ); Thu, 13 May 2010 14:53:58 -0400 In-Reply-To: <1273615036-4516-1-git-send-email-khilman@deeprootsystems.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Kevin Hilman Cc: linux-omap@vger.kernel.org, Madhusudhan Chikkature , Adrian Hunter , Andrew Morton , Tony Lindgren , Denis Karpov , linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org On Tue, 11 May 2010 14:57:16 -0700, Kevin Hilman wrote: > > Note that dev_pm_ops version of the suspend hook no longer takes a > 'state' argument. However, the MMC core function mmc_suspend_host() > still takes a 'state' argument, but it is unused, so a dummy > state variable was created to pass to the MMC core. Hmm.. instead of passing this dummy state argument why don't we just remove the argument from mmc_suspend_host()? Like you said, it's unused, so I don't see a reason to keep it around?