* [PATCH 1/1] ASoC: twl6040: Remove redundant semicolon
@ 2013-09-13 10:46 Sachin Kamat
2013-09-13 23:12 ` Misael Lopez
2013-09-16 23:48 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Sachin Kamat @ 2013-09-13 10:46 UTC (permalink / raw)
To: alsa-devel; +Cc: sachin.kamat, misael.lopez, broonie
Redundant semicolon removed.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
sound/soc/codecs/twl6040.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index 3c79dbb..35059a2 100644
--- a/sound/soc/codecs/twl6040.c
+++ b/sound/soc/codecs/twl6040.c
@@ -246,7 +246,7 @@ static bool twl6040_is_path_unmuted(struct snd_soc_codec *codec,
return priv->dl2_unmuted;
default:
return 1;
- };
+ }
}
/*
@@ -1100,7 +1100,7 @@ static void twl6040_mute_path(struct snd_soc_codec *codec, enum twl6040_dai_id i
break;
default:
break;
- };
+ }
}
static int twl6040_digital_mute(struct snd_soc_dai *dai, int mute)
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] ASoC: twl6040: Remove redundant semicolon
2013-09-13 10:46 [PATCH 1/1] ASoC: twl6040: Remove redundant semicolon Sachin Kamat
@ 2013-09-13 23:12 ` Misael Lopez
2013-09-16 23:48 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Misael Lopez @ 2013-09-13 23:12 UTC (permalink / raw)
To: Sachin Kamat; +Cc: Peter Ujfalusi, alsa-devel, broonie
On 09/13/2013 05:46 AM, Sachin Kamat wrote:
> Redundant semicolon removed.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
LGTM.
Regards,
-Misa
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] ASoC: twl6040: Remove redundant semicolon
2013-09-13 10:46 [PATCH 1/1] ASoC: twl6040: Remove redundant semicolon Sachin Kamat
2013-09-13 23:12 ` Misael Lopez
@ 2013-09-16 23:48 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2013-09-16 23:48 UTC (permalink / raw)
To: Sachin Kamat; +Cc: alsa-devel, misael.lopez
[-- Attachment #1.1: Type: text/plain, Size: 111 bytes --]
On Fri, Sep 13, 2013 at 04:16:17PM +0530, Sachin Kamat wrote:
> Redundant semicolon removed.
Applied, thanks.
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-16 23:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13 10:46 [PATCH 1/1] ASoC: twl6040: Remove redundant semicolon Sachin Kamat
2013-09-13 23:12 ` Misael Lopez
2013-09-16 23:48 ` 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).