diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/spi/spi-tegra20-slink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-tegra20-slink.c b/drivers/spi/spi-tegra20-slink.c index 36d4e663db9b..d1d2bff01301 100644 --- a/drivers/spi/spi-tegra20-slink.c +++ b/drivers/spi/spi-tegra20-slink.c | |||
| @@ -278,7 +278,7 @@ static unsigned tegra_slink_calculate_curr_xfer_param( | |||
| 278 | { | 278 | { |
| 279 | unsigned remain_len = t->len - tspi->cur_pos; | 279 | unsigned remain_len = t->len - tspi->cur_pos; |
| 280 | unsigned max_word; | 280 | unsigned max_word; |
| 281 | unsigned bits_per_word ; | 281 | unsigned bits_per_word; |
| 282 | unsigned max_len; | 282 | unsigned max_len; |
| 283 | unsigned total_fifo_words; | 283 | unsigned total_fifo_words; |
| 284 | 284 | ||
