IB/core: Fix port kobject deletion during error flow
authorHaggai Eran <haggaie@mellanox.com>
Sun, 18 May 2014 08:12:25 +0000 (11:12 +0300)
committerRoland Dreier <roland@purestorage.com>
Wed, 4 Jun 2014 17:03:49 +0000 (10:03 -0700)
commitcad6d02acc13b6360e4525f86adb6a8932501e15
treed3ccf2ff29f6a5ad4f879c908e84a1856c3a4ff9
parent373c0ea181c8d277a4a51bbd705189a6a030b81c
IB/core: Fix port kobject deletion during error flow

When encountering an error during the add_port function, adding a port
to sysfs, the port kobject is freed without being deleted from sysfs.

Instead of freeing it directly, the patch uses kobject_put to release
the kobject and delete it.

Signed-off-by: Haggai Eran <haggaie@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/core/sysfs.c