View Single Post
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#114
drivers/gpu/pvr/module.c: 229
Makes a call to CreateProcEntries(), which in turn creates the /proc/pvr folder. WIthout testing, I would guess the fault is in the if block @ drivers/gpu/pvr/proc.c: 167

I'm leaning towards
Code:
file->owner = THIS_MODULE;
being the problem as it was removed in 2.6.30 http://git.kernel.org/cgit/linux/ker...ea9e41149804f3. I have also found another version of the driver based on cedartrail that has this line in an if block for older kernel versions (https://github.com/thomas001/cdv/blo...ux/proc.c#L477)

If not, you could try building debug version to enable PVR_DPF definition to see what proc entry is failing?
 

The Following 7 Users Say Thank You to Android_808 For This Useful Post: