Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338386
b: refs/heads/master
c: c73ba2a
h: refs/heads/master
v: v3
  • Loading branch information
Jun Chen authored and Greg Kroah-Hartman committed Oct 25, 2012
1 parent 76176aa commit 07fb15a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 319fb0d21907f771d8ccdb6177fb2fcafabc6ab4
refs/heads/master: c73ba2ae43fd4d69589caeecc5260a41be87b759
4 changes: 1 addition & 3 deletions trunk/drivers/tty/serial/ifx6x60.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,7 @@ static void mrdy_assert(struct ifx_spi_device *ifx_dev)
if (!val) {
if (!test_and_set_bit(IFX_SPI_STATE_TIMER_PENDING,
&ifx_dev->flags)) {
ifx_dev->spi_timer.expires =
jiffies + IFX_SPI_TIMEOUT_SEC*HZ;
add_timer(&ifx_dev->spi_timer);
mod_timer(&ifx_dev->spi_timer,jiffies + IFX_SPI_TIMEOUT_SEC*HZ);

}
}
Expand Down

0 comments on commit 07fb15a

Please sign in to comment.