summaryrefslogtreecommitdiff
path: root/lib/net_utils.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-01-22 15:25:43 +0000
committerDavid S. Miller <davem@davemloft.net>2018-01-22 10:51:56 -0500
commite0b4ed019c72b26295957b44067b1d6223138106 (patch)
tree1f4fca0029b939ee54749183773f8e0980d21e71 /lib/net_utils.c
parentc746fc0e8b2d144e2ee9122e4efd72326ff3cd1b (diff)
downloadlinux-e0b4ed019c72b26295957b44067b1d6223138106.tar.gz
linux-e0b4ed019c72b26295957b44067b1d6223138106.tar.xz
net: caif: remove redundant re-assignment of pointer pfrm
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.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/net_utils.c')
0 files changed, 0 insertions, 0 deletions