x86, mce: Call put_device on device_register failure
authorLevente Kurusa <levex@linux.com>
Fri, 29 Nov 2013 20:28:48 +0000 (21:28 +0100)
committerBorislav Petkov <bp@suse.de>
Sat, 30 Nov 2013 11:14:51 +0000 (12:14 +0100)
commit853d9b18f1e861d37e9b271742329f8c1176eabe
tree171fb589e32a47f2d71ace4c24b2cbe40064a222
parentdc1ccc48159d63eca5089e507c82c7d22ef60839
x86, mce: Call put_device on device_register failure

This patch adds a call to put_device() when the device_register() call
has failed. This is required so that the last reference to the device is
given up.

Signed-off-by: Levente Kurusa <levex@linux.com>
Link: http://lkml.kernel.org/r/5298F900.9000208@linux.com
Signed-off-by: Borislav Petkov <bp@suse.de>
arch/x86/kernel/cpu/mcheck/mce.c