spi/bcm63xx: don't substract prepend length from total length
The spi command must include the full message length including any prepended writes, else transfers larger than 256 bytes will be incomplete. Signed-off-by: Jonas Gorski <jogo@openwrt.org> Acked-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Mark Brown <broonie@linaro.org> Cc: stable@vger.kernel.org
This commit is contained in:
parent
6ce4eac1f6
commit
86b3bde003
1 changed files with 0 additions and 2 deletions
|
@ -169,8 +169,6 @@ static int bcm63xx_txrx_bufs(struct spi_device *spi, struct spi_transfer *first,
|
||||||
transfer_list);
|
transfer_list);
|
||||||
}
|
}
|
||||||
|
|
||||||
len -= prepend_len;
|
|
||||||
|
|
||||||
init_completion(&bs->done);
|
init_completion(&bs->done);
|
||||||
|
|
||||||
/* Fill in the Message control register */
|
/* Fill in the Message control register */
|
||||||
|
|
Loading…
Add table
Reference in a new issue