From: Cornelia Huck Date: Thu, 16 Oct 2008 22:05:07 +0000 (+0000) Subject: Driver core: Clarify device cleanup. X-Git-Tag: v2.6.27.3~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02d4bc2c23cabd7930011b4d030807db2c6604a2;p=pandora-kernel.git Driver core: Clarify device cleanup. commit 5739411acbaa63a6c22c91e340fdcdbcc7d82a51 upstream Make the comments on how to use device_initialize(), device_add() and device_register() a bit clearer - in particular, explicitly note that put_device() must be used once we tried to add the device to the hierarchy. Signed-off-by: Cornelia Huck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed