Re: [linux-usb-devel] Revised PATCH: (as163a) Register/unregister interface devices

2004-01-27 Thread David Brownell
Alan Stern wrote: On Mon, 26 Jan 2004, Greg KH wrote: struct device ->complete is also going to be removed? Yup. Don't need to burden all users of struct device with that. Is that ok with you? Yes. I've sent a patch by way of David Brownell to remove some uses of device_unregister_wait() and

[linux-usb-devel] Revised PATCH: (as163a) Register/unregister interface devices

2004-01-27 Thread Alan Stern
On Mon, 26 Jan 2004, Greg KH wrote: > On Mon, Jan 26, 2004 at 04:41:11PM -0500, Alan Stern wrote: > > > P.S.: Since device_unregister_wait() is going away, does that mean that > > struct device ->complete is also going to be removed? > > Yup. Don't need to burden all users of struct device wit