Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: s3c64xx: Remove duplicate code to clear S3C64XX_SPI_SLAVE_SEL register

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

authored by

Axel Lin and committed by
Mark Brown
0abd3e37 95f3c4c3

-3
-3
drivers/spi/spi-s3c64xx.c
··· 927 927 /* Start the signals */ 928 928 writel(0, sdd->regs + S3C64XX_SPI_SLAVE_SEL); 929 929 930 - /* Start the signals */ 931 - writel(0, sdd->regs + S3C64XX_SPI_SLAVE_SEL); 932 - 933 930 spin_unlock_irqrestore(&sdd->lock, flags); 934 931 935 932 status = wait_for_xfer(sdd, xfer, use_dma);