From: Alan Stern Date: Thu, 16 Aug 2007 20:13:06 +0000 (-0400) Subject: sysfs: don't warn on removal of a nonexistent binary file X-Git-Tag: v2.6.23-rc4~30^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f1835da79df8607ecbd69f648b5b140b7a0b8ba;p=pandora-kernel.git sysfs: don't warn on removal of a nonexistent binary file This patch (as960) removes the error message and stack dump logged by sysfs_remove_bin_file() when someone tries to remove a nonexistent file. The warning doesn't seem to be needed, since none of the other file-, symlink-, or directory-removal routines in sysfs complain in a comparable way. Signed-off-by: Alan Stern Acked-by: Tejun Heo Acked-by: Cornelia Huck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed