William Lee Irwin III wrote: > In message <3E2F2EC1.4090606@us.ibm.com> Matt Dobson (?) wrote: > >>>Both drivers/base/node.c & memblk.c check the return values of the >>>devclass_register & driver_register calls. cpu.c doesn't. This little >>>patch remedies that omission. >> > > On Wed, Jan 29, 2003 at 03:51:04PM +1100, Rusty Russell wrote: > >>You'd want to to undo the devclass_register() on failure, too, I >>imagine. > > > Ow, I forgot about that. Someone grind this out quick and take care of > the other oopsing thingies. You know what I'm preoccupied with. > > -- wli Good point Rusty, cleanup attatched... Cheers! -Matt