Re: [PATCH v2] staging: dgnc: Remove sysfs file

2015-03-04 Thread Greg KH
On Tue, Mar 03, 2015 at 03:44:54AM +0100, Salah Triki wrote: > sysfs file is not useful for anything. You removed _all_ sysfs files, why? Are you sure that is ok? I don't think this is ok, sorry, please only remove the ones that you _know_ don't do anything. thanks, greg k-h __

[PATCH v2] staging: dgnc: Remove sysfs file

2015-03-02 Thread Salah Triki
sysfs file is not useful for anything. Signed-off-by: Salah Triki --- drivers/staging/dgnc/Makefile | 3 +- drivers/staging/dgnc/dgnc_driver.c | 10 +- drivers/staging/dgnc/dgnc_driver.h | 2 - drivers/staging/dgnc/dgnc_sysfs.c | 713 - drivers/stag