Re: [linux-usb-devel] USB-related oops in sysfs with linux v2.6.23-rc3-50-g28e8351
Tejun Heo <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.usb.devel |
|---|---|
| Message-ID | <[email protected]> |
Alan Stern wrote: > I think we can simply remove the error message. There's no obvious > reason why sysfs_remove_bin_file() should complain about attempts to > remove a nonexistent file; sysfs_remove_file() doesn't. > > This patch will get rid of the annoying error messages. It won't do > anything about your keyboard's tendency to spontaneously stop working, > alas. Agreed but I think sysfs_remove_bin_file() should relay the return value from sysfs_has_and_remove() to the caller. Thanks. -- tejun