On Sat, Nov 30, 2002 at 03:02:23PM +0100, Oliver Neukum wrote: > - if (driver->owner) > - __MOD_DEC_USE_COUNT (driver->owner); > + put_module (driver->owner);
There is no such function. Did you even compile this? > - if (driver->owner) > - __MOD_DEC_USE_COUNT(driver->owner); > + module_put(driver->owner) This just errors out... I fixed them up, and applied this to the trees. thanks, greg k-h ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
