On 3/11/18 9:27 AM, Colin King wrote:
From: Colin Ian King <colin.king@xxxxxxxxxxxxx> Variable sg_off is assigned a value but it is never read, hence it is redundant and can be removed. Cleans up clang warning: net/rds/message.c:373:2: warning: Value stored to 'sg_off' is never read Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> --- net/rds/message.c | 2 -- 1 file changed, 2 deletions(-)
Thanks Colin !! Acked-by: Santosh Shilimkar <santosh.shilimkar@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html