diff options
author | Dave Young <hidave.darkstar@gmail.com> | 2007-12-17 19:20:00 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-17 22:28:16 -0500 |
commit | d17a18dd92c91c784fcf7c785fa6bbf178fd0a6d (patch) | |
tree | b30a69a515dc3d183ff8ce0074433d6e6cfa2305 /drivers/serial/netx-serial.c | |
parent | bbd0682596f7a434467ee551fee18d5f0b818539 (diff) |
pktcdvd: add kobject_put when kobject register fails
In kobject_register, the kobject reference is get in kobject_init, and then
kobject_add. If kobject_add fail, it will only cleanup the reference got
by itself.
Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Reviewed-by: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Greg KH <greg@kroah.com>
Cc: Peter Osterlund <petero2@telia.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/serial/netx-serial.c')
0 files changed, 0 insertions, 0 deletions