From: Greg Kroah-Hartman Date: Thu, 2 Feb 2012 18:36:33 +0000 (-0800) Subject: driver core: cpu: remove kernel warning when removing a cpu X-Git-Tag: v3.3-rc4~41^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2885e25c422fb68208f677f944a45fce8eda2a3c;p=pandora-kernel.git 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 Tested-by: Konrad Rzeszutek Wilk Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed