From: Cornelia Huck Date: Mon, 8 Jan 2007 19:16:41 +0000 (+0100) Subject: driver core: Remove device_is_registered() in device_move(). X-Git-Tag: v2.6.21-rc1~92^2~30^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=717e48c29d9a58f4d31c1651bec364212da5f6b2;p=pandora-kernel.git driver core: Remove device_is_registered() in device_move(). device_is_registered() will always be false for a device with no bus. Remove this check and trust the caller to know what they're doing. Signed-off-by: Cornelia Huck Cc: Marcel Holtmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed