From: Colin King <colin.k...@canonical.com> Date: Mon, 22 Jan 2018 15:25:43 +0000
> From: Colin Ian King <colin.k...@canonical.com> > > The pointer pfrm is initialized and then later re-assigned the same > value and hence the second assignment is redundant and can be removed. > > Cleans up clang warning: > drivers/net/caif/caif_hsi.c:222:6: warning: Value stored to 'pfrm' > during its initialization is never read > > Signed-off-by: Colin Ian King <colin.k...@canonical.com> Ok, applied to net-next, thanks Colin.