summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
authorAlessandro Zummo2008-08-13 00:08:44 +0200
committerLinus Torvalds2008-08-13 01:07:28 +0200
commit001e979d8f0c8fa04b5f01e829805dcd49d9416b (patch)
treef6d93665a6fc39e6738bbb27fac1c86e7c572f1d /drivers/rtc
parenth8300: fix section mismatches (diff)
downloadkernel-qcow2-linux-001e979d8f0c8fa04b5f01e829805dcd49d9416b.tar.gz
kernel-qcow2-linux-001e979d8f0c8fa04b5f01e829805dcd49d9416b.tar.xz
kernel-qcow2-linux-001e979d8f0c8fa04b5f01e829805dcd49d9416b.zip
rtc-isl1208: fix double removal of a sysfs entry
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> Cc: Herbert Valerio Riedel <hvr@gnu.org> Cc: Hartley Sweeten <hartleys@visionengravers.com> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/rtc-isl1208.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-isl1208.c b/drivers/rtc/rtc-isl1208.c
index fbb90b1e4098..a81adab6e515 100644
--- a/drivers/rtc/rtc-isl1208.c
+++ b/drivers/rtc/rtc-isl1208.c
@@ -482,7 +482,7 @@ isl1208_sysfs_register(struct device *dev)
static int
isl1208_sysfs_unregister(struct device *dev)
{
- device_remove_file(dev, &dev_attr_atrim);
+ device_remove_file(dev, &dev_attr_dtrim);
device_remove_file(dev, &dev_attr_atrim);
device_remove_file(dev, &dev_attr_usr);