Skip to content
Commit 1b355094 authored by Leon Romanovsky's avatar Leon Romanovsky
Browse files

IB/ipoib: Remove double pointer assigning

There is no need to assign "p" pointer twice.

This patch fixes the following smatch warning:
drivers/infiniband/ulp/ipoib/ipoib_cm.c:517 ipoib_cm_rx_handler() warn:
	missing break? reassigning 'p->id'

Fixes: 839fcaba

 ("IPoIB: Connected mode experimental support")
Signed-off-by: default avatarLeon Romanovsky <leonro@mellanox.com>
parent dc892e17
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment