Messages in this thread |  | | Date | Wed, 14 May 2003 22:06:45 -0700 | From | Greg KH <> | Subject | Re: sysfs bits |
| |
On Thu, May 15, 2003 at 04:31:02AM +0100, davej@codemonkey.org.uk wrote: > Look sane ? > > diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/base/cpu.c linux-2.5/drivers/base/cpu.c > --- bk-linus/drivers/base/cpu.c 2003-04-30 16:02:26.000000000 +0100 > +++ linux-2.5/drivers/base/cpu.c 2003-05-01 03:12:55.000000000 +0100 > @@ -46,7 +46,7 @@ int __init register_cpu(struct cpu *cpu, > snprintf(cpu->sysdev.class_dev.class_id, BUS_ID_SIZE, "cpu%d", num); > retval = class_device_register(&cpu->sysdev.class_dev); > if (retval) { > - // FIXME cleanup sys_device_register
Thanks, that was my fault for not fixing this properly the first time.
greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |