]> git.karo-electronics.de Git - karo-tx-linux.git/commit
uio: fix memory leak
authorCong Ding <dinggnu@gmail.com>
Fri, 25 Oct 2013 07:25:53 +0000 (00:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Oct 2013 23:36:54 +0000 (16:36 -0700)
commit75f0aef6220dc1e73bed238e57b20544ef4f38ec
tree4e78ce7114059a8ed12f49c0293f12b11aebcb0e
parent7c65e29250a3154cac18b527b6ccfc61f8f08c58
uio: fix memory leak

we have to call kobject_put() to clean up the kobject after function
kobject_init(), kobject_add(), or kobject_uevent() is called.

Signed-off-by: Cong Ding <dinggnu@gmail.com>
Acked-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uio/uio.c