iw_cxgb4: remove duplicate memcpy() in c4iw_create_listen()
authorBharat Potnuri <bharat@chelsio.com>
Fri, 15 Jun 2018 15:28:23 +0000 (20:58 +0530)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 18 Jun 2018 22:06:01 +0000 (16:06 -0600)
commit3cba33d3118880706e2178ec8b4f3a7109f370ea
tree90658de3a86223cd6666f38f5dcd887e82abc212
parent33023fb85a42b53bf778bc025f9667b582282be4
iw_cxgb4: remove duplicate memcpy() in c4iw_create_listen()

memcpy() of mapped addresses is done twice in c4iw_create_listen(),
removing the duplicate memcpy().

Fixes: 170003c894d9 ("iw_cxgb4: remove port mapper related code")
Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Potnuri Bharat Teja <bharat@chelsio.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/cxgb4/cm.c