x86/msr: Remove bogus cleanup from the error path

The error cleanup which is invoked when the hotplug state setup failed
tries to remove the failed state, which is broken.

Fixes: 8fba38c937cd ("x86/msr: Convert to hotplug state machine")
Reported-by: kernel test robot <fengguang.wu@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Sebastian Siewior <bigeasy@linutronix.de>

-1
-1
arch/x86/kernel/msr.c
··· 224 224 return 0; 225 225 226 226 out_class: 227 - cpuhp_remove_state(cpuhp_msr_state); 228 227 class_destroy(msr_class); 229 228 out_chrdev: 230 229 __unregister_chrdev(MSR_MAJOR, 0, NR_CPUS, "cpu/msr");