]> git.baikalelectronics.ru Git - kernel.git/commit
driver core: cpu: remove kernel warning when removing a cpu
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Feb 2012 18:36:33 +0000 (10:36 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Feb 2012 18:43:16 +0000 (10:43 -0800)
commite6e3a06b6f05d35d0de32b06e9e86d0b735c6a9c
tree5707136bf11aeac99e9a47030325c1681933895b
parent5c4f9418d44bb5dea9aa3f015ada895716303915
driver core: cpu: remove kernel warning when removing a cpu

With the movement of the cpu sysdev code to be real stuct devices, now
when we remove a cpu from the system, the driver core rightfully
complains that there is not a release method for this device.

For now, paper over this issue by quieting the driver core, but comment
this in detail.  This will be resolved in future kernels to be solved
properly.

Reported-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tested-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/cpu.c