On Wed, 9 Sep 2015, Andi Kleen wrote: > --- a/arch/x86/kernel/cpu/perf_event_intel_uncore.c > +++ b/arch/x86/kernel/cpu/perf_event_intel_uncore.c > @@ -958,6 +958,8 @@ static void __init uncore_pci_exit(void) > uncore_types_exit(uncore_pci_uncores); > } > } > +module_exit(uncore_pci_exit); > +/* XXX: need exit code for rest of intel_uncore_init too */
That comment makes no sense at all. Other than that: Reviewed-by: Thomas Gleixner <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

