Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338387
b: refs/heads/master
c: 2e30802
h: refs/heads/master
i:
  338385: 76176aa
  338383: 27ff644
v: v3
  • Loading branch information
Jun Chen authored and Greg Kroah-Hartman committed Oct 25, 2012
1 parent 07fb15a commit 0f8b7a3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c73ba2ae43fd4d69589caeecc5260a41be87b759
refs/heads/master: 2e30802625f5754e9a0ce478a447ed0f2376d4d4
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/ifx6x60.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ static int ifx_spi_create_port(struct ifx_spi_device *ifx_dev)
static void ifx_spi_handle_srdy(struct ifx_spi_device *ifx_dev)
{
if (test_bit(IFX_SPI_STATE_TIMER_PENDING, &ifx_dev->flags)) {
del_timer_sync(&ifx_dev->spi_timer);
del_timer(&ifx_dev->spi_timer);
clear_bit(IFX_SPI_STATE_TIMER_PENDING, &ifx_dev->flags);
}

Expand Down

0 comments on commit 0f8b7a3

Please sign in to comment.