Skip to content

Commit

Permalink
ASoC: twl6040: Remove redundant semicolon
Browse files Browse the repository at this point in the history
Redundant semicolon removed.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Sachin Kamat authored and Mark Brown committed Sep 16, 2013
1 parent 272b98c commit bf55141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/codecs/twl6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static bool twl6040_is_path_unmuted(struct snd_soc_codec *codec,
return priv->dl2_unmuted;
default:
return 1;
};
}
}

/*
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit bf55141

Please sign in to comment.