projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
691ee4e
)
spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf()
author
Wei Yongjun
<
[email protected]
>
Wed, 13 Mar 2013 13:29:12 +0000
(21:29 +0800)
committer
Mark Brown
<
[email protected]
>
Mon, 1 Apr 2013 13:28:11 +0000
(14:28 +0100)
The variable bits_per_word is initialized but never used
otherwise, so remove the unused variable.
Signed-off-by: Wei Yongjun <
[email protected]
>
Acked-By: Laxman Dewangan <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
drivers/spi/spi-tegra20-slink.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-tegra20-slink.c
b/drivers/spi/spi-tegra20-slink.c
index a829563f471380dfe04d530f8ec6155bff19c4a7..17224f0f4d56178c96da18cf3895ac7f8fe4aea4 100644
(file)
--- a/
drivers/spi/spi-tegra20-slink.c
+++ b/
drivers/spi/spi-tegra20-slink.c
@@
-375,9
+375,6
@@
static unsigned int tegra_slink_read_rx_fifo_to_client_rxbuf(
tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
read_words += tspi->curr_dma_words;
} else {
- unsigned int bits_per_word;
-
- bits_per_word = t->bits_per_word;
for (count = 0; count < rx_full_count; count++) {
x = tegra_slink_readl(tspi, SLINK_RX_FIFO);
for (i = 0; (i < tspi->bytes_per_word); i++)