Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348909
b: refs/heads/master
c: 5dd070d
h: refs/heads/master
i:
  348907: f5e8d44
v: v3
  • Loading branch information
channing authored and Greg Kroah-Hartman committed Jan 16, 2013
1 parent 9b835a3 commit 68b5767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68e56cb3a068f9c30971c6117fbbd1e32918e49e
refs/heads/master: 5dd070d21e2cb34b4162d564d73cca3591f94389
3 changes: 2 additions & 1 deletion trunk/drivers/tty/serial/ifx6x60.c
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,8 @@ static void ifx_spi_io(unsigned long data)
ifx_dev->spi_xfer.cs_change = 0;
ifx_dev->spi_xfer.speed_hz = ifx_dev->spi_dev->max_speed_hz;
/* ifx_dev->spi_xfer.speed_hz = 390625; */
ifx_dev->spi_xfer.bits_per_word = spi_bpw;
ifx_dev->spi_xfer.bits_per_word =
ifx_dev->spi_dev->bits_per_word;

ifx_dev->spi_xfer.tx_buf = ifx_dev->tx_buffer;
ifx_dev->spi_xfer.rx_buf = ifx_dev->rx_buffer;
Expand Down

0 comments on commit 68b5767

Please sign in to comment.