On Tue, 2004-04-27 at 22:30, Greg KH wrote: > > + snprintf(sdev->kobj.name, 7, "smbios" ); > > Try using kobject_set_name() instead, it will do the proper thing if the > string is bigger than the base kobj.name field. Updated per Greg's comments. One other change, I fixed up a cut and paste error in the copyright line, no code affected. built and run tested ok. -- Michael