commit | b68431ace4b60ac58fef92c0d70b61b3d2cba165 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Jul 04 08:39:12 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 04 22:39:11 2018 +0900 |
tree | 574b9a8650a64b9d4ce448945168a6d3e2823932 | |
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>