Re: [patch 13/18] V4L: cx88: Fix lockup on suspend

2007-02-23 Thread Greg KH
On Wed, Feb 21, 2007 at 08:14:22PM -0500, Michael Krufky wrote: > Greg KH wrote: > > -stable review patch. If anyone has any objections, please let us know. > > > > -- > > From: Robert Hancock <[EMAIL PROTECTED]> > > > > Suspending with the cx88xx module loaded causes the system

Re: [patch 13/18] V4L: cx88: Fix lockup on suspend

2007-02-23 Thread Greg KH
On Wed, Feb 21, 2007 at 08:14:22PM -0500, Michael Krufky wrote: Greg KH wrote: -stable review patch. If anyone has any objections, please let us know. -- From: Robert Hancock [EMAIL PROTECTED] Suspending with the cx88xx module loaded causes the system to lock up

Re: [patch 13/18] V4L: cx88: Fix lockup on suspend

2007-02-21 Thread Michael Krufky
Greg KH wrote: > -stable review patch. If anyone has any objections, please let us know. > > -- > From: Robert Hancock <[EMAIL PROTECTED]> > > Suspending with the cx88xx module loaded causes the system to lock up > because the cx88_audio_thread kthread was missing a

Re: [patch 13/18] V4L: cx88: Fix lockup on suspend

2007-02-21 Thread Michael Krufky
Greg KH wrote: -stable review patch. If anyone has any objections, please let us know. -- From: Robert Hancock [EMAIL PROTECTED] Suspending with the cx88xx module loaded causes the system to lock up because the cx88_audio_thread kthread was missing a try_to_freeze()

[patch 13/18] V4L: cx88: Fix lockup on suspend

2007-02-20 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Robert Hancock <[EMAIL PROTECTED]> Suspending with the cx88xx module loaded causes the system to lock up because the cx88_audio_thread kthread was missing a try_to_freeze() call, which caused it to

[patch 13/18] V4L: cx88: Fix lockup on suspend

2007-02-20 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Robert Hancock [EMAIL PROTECTED] Suspending with the cx88xx module loaded causes the system to lock up because the cx88_audio_thread kthread was missing a try_to_freeze() call, which caused it to go