spi: s3c64xx: Fix build
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 14 Mar 2012 16:52:14 +0000 (16:52 +0000)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 15 Mar 2012 09:32:17 +0000 (03:32 -0600)
commit6ea41a2bee0aa540425e118133b4c97ce5f0806d
tree70345c127b8a4a67039d16fac1b7fda262c154a5
parent1afb708b7179d044bcb5d2334b3dc43b375ad728
spi: s3c64xx: Fix build

Commit 054ebc (spi: Compatibility with direction which is used in samsung
DMA operation) does not build as one hunk adds a brace to the first branch
of an if statement without adding at least the correspoding close. Remove
the unwanted brace.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-s3c64xx.c