diff options
Diffstat (limited to 'drivers/rtc/rtc-dev.c')
-rw-r--r-- | drivers/rtc/rtc-dev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-dev.c b/drivers/rtc/rtc-dev.c index 61a58259c93f..062c0ab3fe35 100644 --- a/drivers/rtc/rtc-dev.c +++ b/drivers/rtc/rtc-dev.c | |||
@@ -406,7 +406,6 @@ static int rtc_dev_add_device(struct class_device *class_dev, | |||
406 | rtc->char_dev.owner = rtc->owner; | 406 | rtc->char_dev.owner = rtc->owner; |
407 | 407 | ||
408 | if (cdev_add(&rtc->char_dev, MKDEV(MAJOR(rtc_devt), rtc->id), 1)) { | 408 | if (cdev_add(&rtc->char_dev, MKDEV(MAJOR(rtc_devt), rtc->id), 1)) { |
409 | cdev_del(&rtc->char_dev); | ||
410 | dev_err(class_dev->dev, | 409 | dev_err(class_dev->dev, |
411 | "failed to add char device %d:%d\n", | 410 | "failed to add char device %d:%d\n", |
412 | MAJOR(rtc_devt), rtc->id); | 411 | MAJOR(rtc_devt), rtc->id); |