未验证 提交 08a85495 编写于 作者: M Martin Sperl 提交者: Mark Brown

spi: bcm2835aux: remove dead code

Remove dead code that never can get reached, as we limit count to
a max of 3.
Suggested-by: NHubert Denkmair <h.denkmair@intence.de>
Signed-off-by: NMartin Sperl <kernel@martin.sperl.org>
Acked-by: NStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 73b114ee
......@@ -123,9 +123,6 @@ static inline void bcm2835aux_rd_fifo(struct bcm2835aux_spi *bs)
data = bcm2835aux_rd(bs, BCM2835_AUX_SPI_IO);
if (bs->rx_buf) {
switch (count) {
case 4:
*bs->rx_buf++ = (data >> 24) & 0xff;
/* fallthrough */
case 3:
*bs->rx_buf++ = (data >> 16) & 0xff;
/* fallthrough */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册