commit | 853d9b18f1e861d37e9b271742329f8c1176eabe | [log] [tgz] |
---|---|---|
author | Levente Kurusa <levex@linux.com> | Fri Nov 29 21:28:48 2013 +0100 |
committer | Borislav Petkov <bp@suse.de> | Sat Nov 30 12:14:51 2013 +0100 |
tree | 171fb589e32a47f2d71ace4c24b2cbe40064a222 | |
parent | dc1ccc48159d63eca5089e507c82c7d22ef60839 [diff] |
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>