On Wed, 2009-08-19 at 13:36 -0500, Mario Limonciello wrote: > Signed-off-by: Mario Limonciello > Reviewed-by: Alan Jenkins > + ret = setup_rfkill(); > + if (ret) > + goto fail_rfkill; > + > printk(KERN_INFO "compal-laptop: driver "COMPAL_DRIVER_VERSION > " successfully loaded.\n"); > > return 0; > > +fail_rfkill: > fail_platform_device2: Isn't that missing sysfs_remove_group()? johannes