Re: [PATCH 1/2] usbatm: Increment module refcount when atm device is opened.

2007-02-22 Thread Simon Arlott
On 22/02/07 09:48, Duncan Sands wrote: > What for? Did you see any problems with the way it works right now? It didn't make sense to be able to unload a module while it's actually in use, how does this work with automatic module loading/unloading (although I can't see how it's going to automati

Re: [PATCH 1/2] usbatm: Increment module refcount when atm device is opened.

2007-02-22 Thread Duncan Sands
On Wednesday 21 February 2007 22:36:14 Simon Arlott wrote: > Increment usbatm driver module refcount when atm device is opened, > this prevents the driver for the device being removed if it's in use. > (I continue to allow removing the driver without unplugging the device > if it's not being used).