Skip to content

Commit

Permalink
spi: ep93xx: Fix checkpatch issue
Browse files Browse the repository at this point in the history
Fix the following checkpatch warnings.

  WARNING: Missing a blank line after declarations

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Mika Westerberg <mika.westerberg@iki.fi>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Jingoo Han authored and Mark Brown committed Sep 2, 2014
1 parent 7d1311b commit 175a3ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/spi-ep93xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ static int ep93xx_spi_setup(struct spi_device *spi)

if (chip->ops && chip->ops->setup) {
int ret = chip->ops->setup(spi);

if (ret) {
kfree(chip);
return ret;
Expand Down

0 comments on commit 175a3ed

Please sign in to comment.