From: Dmitry Torokhov Date: Tue, 8 Jan 2013 17:10:31 +0000 (-0800) Subject: Input: document that unregistering managed devices is not necessary X-Git-Tag: v3.8~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b666263b71cb1f3b96fb79e69de7f119062b0da2;p=pandora-kernel.git Input: document that unregistering managed devices is not necessary Apparently some users of managed input devices are confused whether input_unregister_device() is needed when working with them. Clarify this in the kernel doc for devm_input_allocate_device(): in most cases there is no need to call neither input_unregister_device() nor input_free_device() when working with managed devices. Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed