On Wed, 3 Mar 2004 08:31:05 +0300
Andrew Zabolotny <zap@homelink.ru> wrote:
> Next observation is that you must remove explicitly calling
> mq1100_fb_init() since this function is automatically called by kernel
> at module init time (no matter if it's statically or dynamically
> linked). This is simply wrong, since it's marked as __init and goes away
> as soon as the module gets unloaded.
Correction: as soon as modprobe quits, or (in the statically linked case) as
soon as kernel says "freeing init memory".
> Also it removes the need for the initialization lock.
For preventing double initialization, that is.
-- Greetings, AndrewReceived on Wed Mar 03 05:33:29 2004
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:41:46 EDT