From: dmitry p. <dpe...@gm...> - 2005-09-27 15:20:03
|
On Tue, 2005-09-27 at 07:54 -0700, Greg KH wrote: > Not good, reference counted structures almost always should be > dynamically created. Please change this to also be true for SPI, > otherwise you will have a lot of nasty issues with devices that can be > removed at any point in time. Hmm. I thought a bit about this and it seems reasonable. I'll change this to dynamic allocation. > thanks, > > greg k-h |