All of lore.kernel.org
 help / color / mirror / Atom feed
From: Navin P <zicrim@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, sameo@linux.intel.com,
	rabin.vincent@stericsson.com, hanumath.prasad@stericsson.com
Subject: [PATCH] Remove redundant const in tc3589x.c
Date: Sun, 25 Sep 2011 11:21:22 +0000	[thread overview]
Message-ID: <4E7F0BE2.5070707@gmail.com> (raw)

 Remove the redundant const as SIMPLE_DEV_PM_OPS defines const
 struct.
 Signed-off-by: Navin P <zicrim@gmail.com>

---
 drivers/mfd/tc3589x.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/tc3589x.c b/drivers/mfd/tc3589x.c
index c27e515..e87020f 100644
--- a/drivers/mfd/tc3589x.c
+++ b/drivers/mfd/tc3589x.c
@@ -385,7 +385,7 @@ static int tc3589x_resume(struct device *dev)
 	return ret;
 }
 
-static const SIMPLE_DEV_PM_OPS(tc3589x_dev_pm_ops, tc3589x_suspend,
+static SIMPLE_DEV_PM_OPS(tc3589x_dev_pm_ops, tc3589x_suspend,
 						tc3589x_resume);
 
 static const struct i2c_device_id tc3589x_id[] = {
-- 
1.7.0.4



WARNING: multiple messages have this Message-ID (diff)
From: Navin P <zicrim@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, sameo@linux.intel.com,
	rabin.vincent@stericsson.com, hanumath.prasad@stericsson.com
Subject: [PATCH] Remove redundant const in tc3589x.c
Date: Sun, 25 Sep 2011 16:39:22 +0530	[thread overview]
Message-ID: <4E7F0BE2.5070707@gmail.com> (raw)

 Remove the redundant const as SIMPLE_DEV_PM_OPS defines const
 struct.
 Signed-off-by: Navin P <zicrim@gmail.com>

---
 drivers/mfd/tc3589x.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/tc3589x.c b/drivers/mfd/tc3589x.c
index c27e515..e87020f 100644
--- a/drivers/mfd/tc3589x.c
+++ b/drivers/mfd/tc3589x.c
@@ -385,7 +385,7 @@ static int tc3589x_resume(struct device *dev)
 	return ret;
 }
 
-static const SIMPLE_DEV_PM_OPS(tc3589x_dev_pm_ops, tc3589x_suspend,
+static SIMPLE_DEV_PM_OPS(tc3589x_dev_pm_ops, tc3589x_suspend,
 						tc3589x_resume);
 
 static const struct i2c_device_id tc3589x_id[] = {
-- 
1.7.0.4



             reply	other threads:[~2011-09-25 11:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-25 11:09 Navin P [this message]
2011-09-25 11:21 ` [PATCH] Remove redundant const in tc3589x.c Navin P
  -- strict thread matches above, loose matches on Subject: below --
2011-09-24  9:56 [patch ] remove " Zic Rim

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=4E7F0BE2.5070707@gmail.com \
    --to=zicrim@gmail.com \
    --cc=hanumath.prasad@stericsson.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rabin.vincent@stericsson.com \
    --cc=sameo@linux.intel.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.