alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: rt5659: Staticise rt5659_i2c_shutdown
@ 2016-01-12  7:53 Axel Lin
  2016-01-12  7:55 ` [PATCH 2/2] ASoC: rt5659: Fix irq leak Axel Lin
  2016-01-15 18:18 ` Applied "ASoC: rt5659: Staticise rt5659_i2c_shutdown" " Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Axel Lin @ 2016-01-12  7:53 UTC (permalink / raw)
  To: Mark Brown; +Cc: Oder Chiou, Bard Liao, alsa-devel, Liam Girdwood

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 sound/soc/codecs/rt5659.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/rt5659.c b/sound/soc/codecs/rt5659.c
index 820d8fa..47c717f4 100644
--- a/sound/soc/codecs/rt5659.c
+++ b/sound/soc/codecs/rt5659.c
@@ -4184,7 +4184,7 @@ static int rt5659_i2c_remove(struct i2c_client *i2c)
 	return 0;
 }
 
-void rt5659_i2c_shutdown(struct i2c_client *client)
+static void rt5659_i2c_shutdown(struct i2c_client *client)
 {
 	struct rt5659_priv *rt5659 = i2c_get_clientdata(client);
 
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-15 18:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-12  7:53 [PATCH 1/2] ASoC: rt5659: Staticise rt5659_i2c_shutdown Axel Lin
2016-01-12  7:55 ` [PATCH 2/2] ASoC: rt5659: Fix irq leak Axel Lin
2016-01-15 18:18   ` Applied "ASoC: rt5659: Fix irq leak" to the asoc tree Mark Brown
2016-01-15 18:18 ` Applied "ASoC: rt5659: Staticise rt5659_i2c_shutdown" " Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).