Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | atmel: remove set but not used variable 'dev' | YueHaibing | 2019-10-24 | 1 | -2/+0 |
| | | | | | | | | | | | | Fixes gcc '-Wunused-but-set-variable' warning: drivers/net/wireless/atmel/atmel_cs.c:120:21: warning: variable dev set but not used [-Wunused-but-set-variable] It is never used, so can remove it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> | ||||
* | atmel: move under atmel vendor directory | Kalle Valo | 2015-11-18 | 1 | -0/+286 |
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org> |