Skip to content
Commit b666263b authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

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: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent bec7a4bb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment