Re: [PATCH] media: au0828: Convert BUG_ON to WARN_ONCE

2012-04-08 Thread Larry Finger
On 04/08/2012 08:46 PM, Devin Heitmueller wrote: On Sun, Apr 8, 2012 at 7:19 PM, Larry Finger wrote: In the mail thread at http://www.mythtv.org/pipermail/mythtv-users/2012-April/331164.html, a kernel crash is triggered when trying to run mythtv with a HVR950Q tuner. The crash condition is due

Re: [PATCH] media: au0828: Convert BUG_ON to WARN_ONCE

2012-04-08 Thread Devin Heitmueller
On Sun, Apr 8, 2012 at 7:19 PM, Larry Finger wrote: > In the mail thread at > http://www.mythtv.org/pipermail/mythtv-users/2012-April/331164.html, > a kernel crash is triggered when trying to run mythtv with a HVR950Q tuner. > The crash condition is due to res_free() being called to free somethin

[PATCH] media: au0828: Convert BUG_ON to WARN_ONCE

2012-04-08 Thread Larry Finger
In the mail thread at http://www.mythtv.org/pipermail/mythtv-users/2012-April/331164.html, a kernel crash is triggered when trying to run mythtv with a HVR950Q tuner. The crash condition is due to res_free() being called to free something that has is not reserved. The actual reason for this mismat