All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xin Gao <gaoxin@cdjrlc.com>
To: perex@perex.cz, tiwai@suse.com
Cc: fred.oh@linux.intel.com, akihiko.odaki@gmail.com,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
	Xin Gao <gaoxin@cdjrlc.com>
Subject: [PATCH] ASoC:do not initialise statics to 0.
Date: Thu, 21 Jul 2022 03:58:09 +0800	[thread overview]
Message-ID: <20220720195809.9470-1-gaoxin@cdjrlc.com> (raw)

do not initialise statics to 0.

Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>
---
 sound/soc/intel/boards/cht_bsw_rt5645.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/intel/boards/cht_bsw_rt5645.c b/sound/soc/intel/boards/cht_bsw_rt5645.c
index 45c301ea5e00..8a8b25589c55 100644
--- a/sound/soc/intel/boards/cht_bsw_rt5645.c
+++ b/sound/soc/intel/boards/cht_bsw_rt5645.c
@@ -50,7 +50,7 @@ struct cht_mc_private {
 #define CHT_RT5645_SSP0_AIF2     BIT(18)
 #define CHT_RT5645_PMC_PLT_CLK_0 BIT(19)
 
-static unsigned long cht_rt5645_quirk = 0;
+static unsigned long cht_rt5645_quirk;
 
 static void log_quirks(struct device *dev)
 {
-- 
2.30.2


WARNING: multiple messages have this Message-ID (diff)
From: Xin Gao <gaoxin@cdjrlc.com>
To: perex@perex.cz, tiwai@suse.com
Cc: fred.oh@linux.intel.com, alsa-devel@alsa-project.org,
	Xin Gao <gaoxin@cdjrlc.com>,
	linux-kernel@vger.kernel.org, akihiko.odaki@gmail.com
Subject: [PATCH] ASoC:do not initialise statics to 0.
Date: Thu, 21 Jul 2022 03:58:09 +0800	[thread overview]
Message-ID: <20220720195809.9470-1-gaoxin@cdjrlc.com> (raw)

do not initialise statics to 0.

Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>
---
 sound/soc/intel/boards/cht_bsw_rt5645.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/intel/boards/cht_bsw_rt5645.c b/sound/soc/intel/boards/cht_bsw_rt5645.c
index 45c301ea5e00..8a8b25589c55 100644
--- a/sound/soc/intel/boards/cht_bsw_rt5645.c
+++ b/sound/soc/intel/boards/cht_bsw_rt5645.c
@@ -50,7 +50,7 @@ struct cht_mc_private {
 #define CHT_RT5645_SSP0_AIF2     BIT(18)
 #define CHT_RT5645_PMC_PLT_CLK_0 BIT(19)
 
-static unsigned long cht_rt5645_quirk = 0;
+static unsigned long cht_rt5645_quirk;
 
 static void log_quirks(struct device *dev)
 {
-- 
2.30.2


             reply	other threads:[~2022-07-20 19:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-20 19:58 Xin Gao [this message]
2022-07-20 19:58 ` [PATCH] ASoC:do not initialise statics to 0 Xin Gao
2022-07-20 20:09 ` Cezary Rojewski
2022-07-20 20:09   ` Cezary Rojewski

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=20220720195809.9470-1-gaoxin@cdjrlc.com \
    --to=gaoxin@cdjrlc.com \
    --cc=akihiko.odaki@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=fred.oh@linux.intel.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.