Skip to content

Commit

Permalink
ASoC: fsl_spdif: Remove redundant semicolon
Browse files Browse the repository at this point in the history
Redundant semicolon at the end of brace is 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 17, 2013
1 parent a851a2b commit e19bcb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/fsl/fsl_spdif.c
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ static bool fsl_spdif_readable_reg(struct device *dev, unsigned int reg)
return true;
default:
return false;
};
}
}

static bool fsl_spdif_writeable_reg(struct device *dev, unsigned int reg)
Expand All @@ -982,7 +982,7 @@ static bool fsl_spdif_writeable_reg(struct device *dev, unsigned int reg)
return true;
default:
return false;
};
}
}

static const struct regmap_config fsl_spdif_regmap_config = {
Expand Down

0 comments on commit e19bcb6

Please sign in to comment.