From: Leon Romanovsky Date: Sat, 15 Jul 2017 13:26:55 +0000 (+0300) Subject: IB/ipoib: Remove double pointer assigning X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d76d29eab01999d82b679ed28e24173b317fac2;p=pandora-kernel.git IB/ipoib: Remove double pointer assigning commit 1b355094b308f3377c8f574ce86135ee159c6285 upstream. 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: 839fcaba355a ("IPoIB: Connected mode experimental support") Signed-off-by: Leon Romanovsky Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed