]> git.proxmox.com Git - mirror_iproute2.git/commit - rdma/utils.c
rdma: Get rid of dev_map_free call
authorLeon Romanovsky <leonro@mellanox.com>
Wed, 27 Dec 2017 07:57:56 +0000 (09:57 +0200)
committerDavid Ahern <dsahern@gmail.com>
Wed, 27 Dec 2017 15:47:35 +0000 (07:47 -0800)
commitb1e6bc437fd143a14cfc32583d0d665e684e0a9e
treedb18fdc7e64dd6afd929c34b391f58e156ae987b
parentb55644412fffe3c6615582fbf473289f8c37c1d9
rdma: Get rid of dev_map_free call

The dev_map_free() is called once only and it is short,
so it is better to integrate it into the caller's site.

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
rdma/utils.c