Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1623798

Applied "ASoC: rt5514: Mark rt5514_i2c_driver as static" to the asoc tree

From Mark Brown <broonie@kernel.org>
Newsgroups linux.kernel
Subject Applied "ASoC: rt5514: Mark rt5514_i2c_driver as static" to the asoc tree
Date 2017-04-14 19:20 +0200
Message-ID <twd34-3Pv-29@gated-at.bofh.it> (permalink)
References <twcA1-3pr-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The patch

   ASoC: rt5514: Mark rt5514_i2c_driver as static

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

From d0c02e14e48be94dd312ff6edffab9f9e6acd480 Mon Sep 17 00:00:00 2001
From: Douglas Anderson <dianders@chromium.org>
Date: Fri, 14 Apr 2017 09:40:30 -0700
Subject: [PATCH] ASoC: rt5514: Mark rt5514_i2c_driver as static

There's no reason for rt5514_i2c_driver to be non-static.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/codecs/rt5514.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/rt5514.c b/sound/soc/codecs/rt5514.c
index b281a46d769d..481e77763fe4 100644
--- a/sound/soc/codecs/rt5514.c
+++ b/sound/soc/codecs/rt5514.c
@@ -1149,7 +1149,7 @@ static int rt5514_i2c_remove(struct i2c_client *i2c)
 	return 0;
 }
 
-struct i2c_driver rt5514_i2c_driver = {
+static struct i2c_driver rt5514_i2c_driver = {
 	.driver = {
 		.name = "rt5514",
 		.of_match_table = of_match_ptr(rt5514_of_match),
-- 
2.11.0

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/3] ASoC: rt5514: Mark rt5514_i2c_driver as static Douglas Anderson <dianders@chromium.org> - 2017-04-14 18:50 +0200
  [PATCH 2/3] ASoC: rt5514: Avoid relying on uninitialized "val" value Douglas Anderson <dianders@chromium.org> - 2017-04-14 18:50 +0200
    Applied "ASoC: rt5514: Avoid relying on uninitialized "val" value" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-04-14 19:20 +0200
  [PATCH 3/3] ASoC: rt5514: Unconfuse the rt5514 at probe / resume time Douglas Anderson <dianders@chromium.org> - 2017-04-14 18:50 +0200
    Applied "ASoC: rt5514: Unconfuse the rt5514 at probe / resume time" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-04-14 19:20 +0200
  Applied "ASoC: rt5514: Mark rt5514_i2c_driver as static" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-04-14 19:20 +0200

csiph-web