[IB] umad: two small fixes
authorMichael S. Tsirkin <mst@mellanox.co.il>
Sun, 6 Nov 2005 23:47:02 +0000 (15:47 -0800)
committerRoland Dreier <rolandd@cisco.com>
Sun, 6 Nov 2005 23:47:02 +0000 (15:47 -0800)
commit8b37b94721533f2729c79bcb6fa0bb3e2bc2f400
treef681c9c9ea858c5b14f593077e7cadf9e93ad255
parent0f69ce1e4474e5d5e266457e8a1f4166cf71f6c7
[IB] umad: two small fixes

Two small fixes for the umad module:
 - set kobject name for issm device properly
 - in ib_umad_add_one(), s is subtracted from the index i when
   initializing ports, so s should be subtracted from the index when
   freeing ports in the error path as well.

Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/user_mad.c