All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Kevin Hilman <khilman@deeprootsystems.com>
Cc: linux-mmc@vger.kernel.org, Chaithrika U S <chaithrika@ti.com>,
	Vipin Bhandari <vipin.bhandari@ti.com>,
	Sudhakar Rajashekhara <sudhakar.raj@ti.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] davinci: MMC: updates to suspend/resume implementation
Date: Mon, 22 Mar 2010 12:43:33 -0700	[thread overview]
Message-ID: <20100322124333.40d728bb.akpm@linux-foundation.org> (raw)
In-Reply-To: <1268771425-6277-2-git-send-email-khilman@deeprootsystems.com>

On Tue, 16 Mar 2010 13:30:25 -0700
Kevin Hilman <khilman@deeprootsystems.com> wrote:

> +static struct dev_pm_ops davinci_mmcsd_pm = {
> +	.suspend        = davinci_mmcsd_suspend,
> +	.resume         = davinci_mmcsd_resume,
> +};

checkpatch said

WARNING: struct dev_pm_ops should normally be const
#83: FILE: drivers/mmc/host/davinci_mmc.c:1379:
+static struct dev_pm_ops davinci_mmcsd_pm = {

I'll make that change.  Please check.

  reply	other threads:[~2010-03-22 19:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-16 20:30 [PATCH 1/2] davinci: MMC: Add a function to control reset state of the controller Kevin Hilman
2010-03-16 20:30 ` [PATCH 2/2] davinci: MMC: updates to suspend/resume implementation Kevin Hilman
2010-03-22 19:43   ` Andrew Morton [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-12-17 12:15 Chaithrika U S
2009-12-18 11:03 ` Janakiram Sistla
2010-01-05 23:53   ` Kevin Hilman
2010-01-06  4:53     ` Chaithrika U S

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100322124333.40d728bb.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=chaithrika@ti.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=sudhakar.raj@ti.com \
    --cc=vipin.bhandari@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.