diff options
Diffstat (limited to 'drivers/char/tlclk.c')
-rw-r--r-- | drivers/char/tlclk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/tlclk.c b/drivers/char/tlclk.c index 244d30a03fef..448d5083c381 100644 --- a/drivers/char/tlclk.c +++ b/drivers/char/tlclk.c | |||
@@ -807,8 +807,6 @@ static int __init tlclk_init(void) | |||
807 | &tlclk_attribute_group); | 807 | &tlclk_attribute_group); |
808 | if (ret) { | 808 | if (ret) { |
809 | printk(KERN_ERR "tlclk: failed to create sysfs device attributes.\n"); | 809 | printk(KERN_ERR "tlclk: failed to create sysfs device attributes.\n"); |
810 | sysfs_remove_group(&tlclk_device->dev.kobj, | ||
811 | &tlclk_attribute_group); | ||
812 | goto out5; | 810 | goto out5; |
813 | } | 811 | } |
814 | 812 | ||