提交 175a3edc 编写于 作者: J Jingoo Han 提交者: Mark Brown

spi: ep93xx: Fix checkpatch issue

Fix the following checkpatch warnings.

  WARNING: Missing a blank line after declarations
Signed-off-by: NJingoo Han <jg1.han@samsung.com>
Acked-by: NMika Westerberg <mika.westerberg@iki.fi>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 7d1311b9
...@@ -266,6 +266,7 @@ static int ep93xx_spi_setup(struct spi_device *spi) ...@@ -266,6 +266,7 @@ static int ep93xx_spi_setup(struct spi_device *spi)
if (chip->ops && chip->ops->setup) { if (chip->ops && chip->ops->setup) {
int ret = chip->ops->setup(spi); int ret = chip->ops->setup(spi);
if (ret) { if (ret) {
kfree(chip); kfree(chip);
return ret; return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册