diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-07-04 03:39:12 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-04 09:39:11 -0400 |
commit | b68431ace4b60ac58fef92c0d70b61b3d2cba165 (patch) | |
tree | 574b9a8650a64b9d4ce448945168a6d3e2823932 /net/lapb/lapb_in.c | |
parent | 15cdd5764a547caf7c9ab14306829135c616845d (diff) |
cnic: remove redundant pointer req and variable func
Pointer req and variable func are being assigned but are never used
hence they are redundant and can be removed.
Cleans up clang warnings:
warning: variable 'req' set but not used [-Wunused-but-set-variable]
warning: variable 'func' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions