spi: s3c64xx: Let spi core handle validating transfer length
authorAxel Lin <axel.lin@ingics.com>
Tue, 25 Feb 2014 11:18:29 +0000 (19:18 +0800)
committerMark Brown <broonie@linaro.org>
Tue, 25 Feb 2014 12:27:12 +0000 (21:27 +0900)
commit382ab20e8138083966b7bde141d3c6a79dda68bf
tree7ac2ff231879efb7cadadabeeb23f3e496bb19b4
parent963eb4b87dcfc0f9a1ac0ea85ca92832e61544ad
spi: s3c64xx: Let spi core handle validating transfer length

spi core will handle validating transfer length since commit 4d94bd21b333
"spi: core: Validate length of the transfers in message".
So remove the same checking in this driver.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-s3c64xx.c