commit | 1fd7c3b438a2e4741435ed4d45546c03abf045b2 | [log] [tgz] |
---|---|---|
author | Tobin C. Harding <tobin@kernel.org> | Sun Apr 28 09:56:52 2019 +1000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Apr 28 18:16:03 2019 +0200 |
tree | 8e15a4600d61565b3495fe0040d49f3019371881 | |
parent | 92067f843854be0eef1e41ff00cb465247a83c42 [diff] |
kobject: Improve doc clarity kobject_init_and_add() Function kobject_init_and_add() is currently misused in a number of places in the kernel. On error return kobject_put() must be called but is at times not. Make the function documentation more explicit about calling kobject_put() in the error path. Signed-off-by: Tobin C. Harding <tobin@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>