Re: fbdev driver and sysfs question.
From: James Simmons <hidden>
Date: 2004-02-13 18:45:39
Also in:
lkml
quoted
+ if (!info->screen_base) { release_mem_region(vesafb_fix.smem_start, vesafb_fix.smem_len); printk(KERN_ERR "vesafb: abort, cannot ioremap video memory 0x%x @ 0x%lx\n",Who will free info?
...
Who will undo allocations? BTW, that applies to the old code too - even if fb_alloc_cmap() doesn't require any actions on cleanup, ioremap() definitely does.
release_fb_info in fbsysfs.c. That happens in the struct class release function. Also the fb_dealloc_cmap is called. No ioremap is called tho since this is driver specific. So I have the ioremap and cleanup of it done in the dev.remove function. This makes sense since we could have one driver for the hardware with multiple framebuffers on board. One driver and two devices. ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click