The patch titled rtc-isl1208: fix double removal of a sysfs entry has been removed from the -mm tree. Its filename was rtc-isl1208-fixes-double-removal-of-a-sysfs-entry.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: rtc-isl1208: fix double removal of a sysfs entry From: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Signed-off-by: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: Herbert Valerio Riedel <hvr@xxxxxxx> Cc: Hartley Sweeten <hartleys@xxxxxxxxxxxxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-isl1208.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/rtc/rtc-isl1208.c~rtc-isl1208-fixes-double-removal-of-a-sysfs-entry drivers/rtc/rtc-isl1208.c --- a/drivers/rtc/rtc-isl1208.c~rtc-isl1208-fixes-double-removal-of-a-sysfs-entry +++ a/drivers/rtc/rtc-isl1208.c @@ -482,7 +482,7 @@ isl1208_sysfs_register(struct device *de 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); _ Patches currently in -mm which might be from a.zummo@xxxxxxxxxxxx are ntp-let-update_persistent_clock-sleep.patch rtc-rtc-ds1374-fix-no-irq-case-handling.patch rtc-bunch-of-drivers-fix-no-irq-case-handing.patch rtc-pcf8563-remove-client-validation.patch rtc-m48t59-reduce-structure-m48t59_private.patch rtc-ds1374-wakup-support.patch rtc-ds1374-wakeup-support-update.patch rtc-add-device-driver-for-dallas-ds3234-spi-rtc-chip.patch rtc-add-device-driver-for-dallas-ds3234-spi-rtc-chip-fix.patch rtc-ds1307-alarm-support-for-ds1337-ds1339.patch rtc-remove-some-nop-open-release-methods.patch legacy-rtc-remove-needless-confusing-hpet_rtc_irq-option.patch rtc-rtc-rs5c372-smbus-conversion-support.patch rtc-rtc-rs5c372-add-support-for-ricoh-r2025s-d-rtc.patch rtc-file-close-consistently-disables-repeating-irqs.patch rtc-m48t59-add-support-for-m48t02-and-m48t59-chips-2nd-rev.patch drivers-rtc-use-bcd2bin-bin2bcd.patch rtc-use-bcd2bin-bin2bcd.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html