Re: [PATCH 03/10] atmel: hide unused procfs helpers
From: YueHaibing <hidden>
Date: 2018-07-27 10:02:38
Also in:
linux-wireless, lkml
From: YueHaibing <hidden>
Date: 2018-07-27 10:02:38
Also in:
linux-wireless, lkml
On 2018/7/27 17:24, Kalle Valo wrote:
(fixing top posting) YueHaibing [off-list ref] writes:quoted
On 2018/7/13 14:46, YueHaibing wrote:quoted
When CONFIG_PROC_FS isn't set, gcc warning this: drivers/net/wireless/atmel/atmel.c:1402:12: warning: ‘atmel_proc_show’ defined but not used [-Wunused-function] static int atmel_proc_show(struct seq_file *m, void *v) ^ fix this by adding #ifdef around it. Signed-off-by: YueHaibing <redacted>pls ignore this,my bad.Why should I drop this? Does the patch have something wrong which I'm missing?
No,the patch is ok,just because I find this issue has a fix patch from Randy.
I'm asking because I prefer this over Randy's version: https://patchwork.kernel.org/patch/10512913/