未验证 提交 46713ed2 编写于 作者: T Tom Rix 提交者: Mark Brown

ASoC: bcm2835-i2s: remove unneeded semicolon

A semicolon is not needed after a switch statement.
Signed-off-by: NTom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20201101160037.2295512-1-trix@redhat.comSigned-off-by: NMark Brown <broonie@kernel.org>
上级 aaadc1f8
......@@ -797,7 +797,7 @@ static bool bcm2835_i2s_volatile_reg(struct device *dev, unsigned int reg)
return true;
default:
return false;
};
}
}
static bool bcm2835_i2s_precious_reg(struct device *dev, unsigned int reg)
......@@ -807,7 +807,7 @@ static bool bcm2835_i2s_precious_reg(struct device *dev, unsigned int reg)
return true;
default:
return false;
};
}
}
static const struct regmap_config bcm2835_regmap_config = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册