spi/bcm63xx: remove useless call to bcm63xx_spi_check_transfer()
authorFlorian Fainelli <florian@openwrt.org>
Wed, 3 Oct 2012 09:56:55 +0000 (11:56 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 17 Oct 2012 07:13:25 +0000 (16:13 +0900)
commitb308fb208e23c3e765cefa45eb868c40c5b9c3e7
tree0ca8ff4e0442bb050ca3e66e1a8418b6ff63f97f
parent965199573a9a50dae82ada92eb2b808b739ce949
spi/bcm63xx: remove useless call to bcm63xx_spi_check_transfer()

Calling bcm63xx_spi_check_transfer() with a NULL argument does not do
anything useful that the core spi code is not doing already, remove
this superfluous call.

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