All of lore.kernel.org
 help / color / mirror / Atom feed
From: Doug Wilson <doug.lkml@gmail.com>
To: gilad@benyossef.com
Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org,
	Doug Wilson <doug.lkml@gmail.com>,
	Doug Wilson <doug.wilson@gmail.com>
Subject: [PATCH] staging:ccree:constify dev_pm_ops
Date: Tue,  8 Aug 2017 16:49:12 +0530	[thread overview]
Message-ID: <1502191152-3879-1-git-send-email-doug.lkml@gmail.com> (raw)

    dev_pm_ops is not supposed to change at runtime. Marking it
    constant.

Signed-off-by: Doug Wilson <doug.wilson@gmail.com>
---
 drivers/staging/ccree/ssi_driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ccree/ssi_driver.c b/drivers/staging/ccree/ssi_driver.c
index 78709b92..778fbb2 100644
--- a/drivers/staging/ccree/ssi_driver.c
+++ b/drivers/staging/ccree/ssi_driver.c
@@ -546,7 +546,7 @@ static int cc7x_remove(struct platform_device *plat_dev)
 }
 
 #if defined(CONFIG_PM_RUNTIME) || defined(CONFIG_PM_SLEEP)
-static struct dev_pm_ops arm_cc7x_driver_pm = {
+static const struct dev_pm_ops arm_cc7x_driver_pm = {
 	SET_RUNTIME_PM_OPS(ssi_power_mgr_runtime_suspend, ssi_power_mgr_runtime_resume, NULL)
 };
 #endif
-- 
2.7.4

                 reply	other threads:[~2017-08-08 11:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1502191152-3879-1-git-send-email-doug.lkml@gmail.com \
    --to=doug.lkml@gmail.com \
    --cc=doug.wilson@gmail.com \
    --cc=gilad@benyossef.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.