]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
spi/bcm63xx: remove spi chip select validity check
authorJonas Gorski <jogo@openwrt.org>
Mon, 11 Mar 2013 23:13:44 +0000 (00:13 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 12 Mar 2013 19:14:46 +0000 (19:14 +0000)
commit31e4eaaa54effd8544d1e8679e27d439bb6cb10c
treef5d8a14bc5f27586f0a509880488124d328853b3
parent58d8bebea57b519cb606a59dc1263556e8746119
spi/bcm63xx: remove spi chip select validity check

The check would belong in bcm63xx_spi_setup if the spi subsystem
weren't already doing the check for us, so just drop it.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Acked-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/spi/spi-bcm63xx.c