Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235525
b: refs/heads/master
c: f089140
h: refs/heads/master
i:
  235523: 5f11221
v: v3
  • Loading branch information
Russ Gorby authored and Greg Kroah-Hartman committed Feb 17, 2011
1 parent 8368ccf commit 6094d9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5fc324952049b2e6d16a54ef89afee25611ca476
refs/heads/master: f089140ea760b42542389c96f9a54d3076696b2c
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/ifx6x60.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
static void ifx_spi_handle_srdy(struct ifx_spi_device *ifx_dev);

/* local variables */
static int spi_b16 = 1; /* 8 or 16 bit word length */
static int spi_bpw = 16; /* 8, 16 or 32 bit word length */
static struct tty_driver *tty_drv;
static struct ifx_spi_device *saved_ifx_dev;
static struct lock_class_key ifx_spi_key;
Expand Down Expand Up @@ -724,7 +724,7 @@ static void ifx_spi_io(unsigned long data)
ifx_dev->spi_xfer.cs_change = 0;
ifx_dev->spi_xfer.speed_hz = 12500000;
/* ifx_dev->spi_xfer.speed_hz = 390625; */
ifx_dev->spi_xfer.bits_per_word = spi_b16 ? 16 : 8;
ifx_dev->spi_xfer.bits_per_word = spi_bpw;

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 6094d9c

Please sign in to comment.