]> Pileus Git - ~andy/linux/blobdiff - arch/s390/kernel/time.c
s390/ftrace: avoid pointer arithmetics with function pointers
[~andy/linux] / arch / s390 / kernel / time.c
index 876546b9cfa1f86d999758d77c0d9a1049a9674b..064c3082ab33604c4d360d7267ecd5e0f6ac1ac1 100644 (file)
@@ -92,7 +92,6 @@ void clock_comparator_work(void)
        struct clock_event_device *cd;
 
        S390_lowcore.clock_comparator = -1ULL;
-       set_clock_comparator(S390_lowcore.clock_comparator);
        cd = &__get_cpu_var(comparators);
        cd->event_handler(cd);
 }