Re: [alsa-devel] [PATCH V2] Modify mpc5200 AC97 driver to use V9 of spin_event_timeout()

2009-05-27 Thread Timur Tabi
On Tue, May 26, 2009 at 11:30 PM, Jon Smirl wrote: > The function signature for spin_event_timeout() has changed in version V9. > Adjust the mpc5200 AC97 driver to use the new function. > v2 - switch back to udelay() for fixed timeouts. > > Signed-off-by: Jon Smirl Acked-by: Timur Tabi -- Tim

[PATCH V2] Modify mpc5200 AC97 driver to use V9 of spin_event_timeout()

2009-05-26 Thread Jon Smirl
The function signature for spin_event_timeout() has changed in version V9. Adjust the mpc5200 AC97 driver to use the new function. v2 - switch back to udelay() for fixed timeouts. Signed-off-by: Jon Smirl --- sound/soc/fsl/mpc5200_psc_ac97.c | 30 ++ 1 files changed