Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: bgmac: remove redundant variable 'freed'
Variable 'freed' is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'freed' 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>
- Loading branch information