From: "Gustavo A. R. Silva" <gustavo@embeddedor.com>
To: linux-kernel@vger.kernel.org
Cc: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>,
alsa-devel@alsa-project.org,
"Gustavo A. R. Silva" <gustavo@embeddedor.com>
Subject: [PATCH 0/3] constify dev_pm_ops structures
Date: Sun, 16 Jul 2017 21:12:11 -0500 [thread overview]
Message-ID: <cover.1500256845.git.gustavo@embeddedor.com> (raw)
This patchset aims to constify all dev_pm_ops structures that only
stored in the pm field of a device_driver structure. This field is
declared const, so dev_pm_ops structures that have this property
can be declared as const also.
Thanks!
Gustavo A. R. Silva (3):
ASoC: fsi: constify dev_pm_ops structure
ASoC: psc-ac97: constify dev_pm_ops structure
ASoC: au1x: psc-i2s: constify dev_pm_ops structure
sound/soc/au1x/psc-ac97.c | 2 +-
sound/soc/au1x/psc-i2s.c | 2 +-
sound/soc/sh/fsi.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
2.5.0
next reply other threads:[~2017-07-17 2:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-17 2:12 Gustavo A. R. Silva [this message]
2017-07-17 2:12 ` [PATCH 1/3] ASoC: fsi: constify dev_pm_ops structure Gustavo A. R. Silva
2017-07-17 2:12 ` [PATCH 2/3] ASoC: psc-ac97: " Gustavo A. R. Silva
2017-07-17 2:12 ` [PATCH 3/3] ASoC: au1x: psc-i2s: " Gustavo A. R. Silva
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=cover.1500256845.git.gustavo@embeddedor.com \
--to=gustavo@embeddedor.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=tiwai@suse.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.