[mythtv-users] Firewire troubles after upgrade. Is test-mepg2 mightier than MythTV?

Eric Sharkey eric at lisaneric.org
Wed Jan 27 06:07:57 UTC 2010


On Wed, Jan 27, 2010 at 1:00 AM, Jå§òÑ M@¢þhè®$Øñ
<jason.macpherson at gmail.com> wrote:
> I'm looking over that patch now...
> Does use_dualbuffer ever get initialized to false?
> Maybe there is a memset call I'm not seeing.

It's here:

2434         ohci = kzalloc(sizeof(*ohci), GFP_KERNEL);

kzalloc allocates memory set to zero.

Eric


More information about the mythtv-users mailing list