]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spi: atmel: Remove redundant list_empty checking
authorAxel Lin <axel.lin@ingics.com>
Wed, 19 Feb 2014 11:53:12 +0000 (19:53 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 3 Mar 2014 03:56:16 +0000 (11:56 +0800)
commit0e6d873ac43c7452d33f7b57b8b91172ad0f78d7
treec6cb4c4e58a234f3bbe0f072376154513f61d53e
parent38dbfb59d1175ef458d006556061adeaa8751b72
spi: atmel: Remove redundant list_empty checking

This checking is already done in __spi_validate().

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