mbox series

[0/2] sound: fix USB message timeouts

Message ID 20211025121142.6531-1-johan@kernel.org (mailing list archive)
Headers show
Series sound: fix USB message timeouts | expand

Message

Johan Hovold Oct. 25, 2021, 12:11 p.m. UTC
A number of drivers throughout the tree were incorrectly specifying USB
message timeout values in jiffies instead of milliseconds.

This series fixes the two sound drivers that got it wrong.

Johan


Johan Hovold (2):
  sound: 6fire: fix control and bulk message timeouts
  sound: line6: fix control and interrupt message timeouts

 sound/usb/6fire/comm.c     |  2 +-
 sound/usb/6fire/firmware.c |  6 +++---
 sound/usb/line6/driver.c   | 14 +++++++-------
 sound/usb/line6/driver.h   |  2 +-
 sound/usb/line6/podhd.c    |  6 +++---
 sound/usb/line6/toneport.c |  2 +-
 6 files changed, 16 insertions(+), 16 deletions(-)

Comments

Takashi Iwai Oct. 26, 2021, 6:12 a.m. UTC | #1
On Mon, 25 Oct 2021 14:11:40 +0200,
Johan Hovold wrote:
> 
> A number of drivers throughout the tree were incorrectly specifying USB
> message timeout values in jiffies instead of milliseconds.
> 
> This series fixes the two sound drivers that got it wrong.
> 
> Johan
> 
> 
> Johan Hovold (2):
>   sound: 6fire: fix control and bulk message timeouts
>   sound: line6: fix control and interrupt message timeouts

Applied both patches now.  Thanks!


Takashi