+6
−3
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>