diff options
| -rw-r--r-- | drivers/tty/serial/ifx6x60.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/ifx6x60.c b/drivers/tty/serial/ifx6x60.c index 4b001ea4b0b..e595c832be2 100644 --- a/drivers/tty/serial/ifx6x60.c +++ b/drivers/tty/serial/ifx6x60.c @@ -866,7 +866,7 @@ error_ret:  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);  	}  |