Re: [PATCH] IR: Fix sysfs attributes declaration

2009-12-31 Thread Martin Dauskardt
I can confirm this problem. Without this patch (thanks, Francesco!) I get a kernel stack trace when loading the media drivers: http://home.arcor-online.de/martin.dauskardt/trace1.jpg http://home.arcor-online.de/martin.dauskardt/trace2.jpg (An older v4l-dvb hg snapshot from December 5th wotks fi

[PATCH] IR: Fix sysfs attributes declaration

2009-12-29 Thread Francesco Lavra
Hi, This patch fixes the declaration of the sysfs attributes for IR's, which must be a NULL-terminated array of struct attribute *. Without this patch, my machine crashes when inserting a DVB card. I'm using a 2.6.32 kernel. Regards, Francesco Signed-off-by: Francesco Lavra --- a/linux/drivers/m