]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "sysfs: handle duplicate removal attempts in sysfs_remove_group()"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Nov 2013 17:44:55 +0000 (09:44 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Nov 2013 17:44:55 +0000 (09:44 -0800)
commitbe223143bff363ecf64aceea2b8a86d3964dd0cd
tree8456e951c40d36a72970eef0a57d40e15bbfc5a8
parent818bdc71c89fa60da5667066b5df449d6cbd2319
Revert "sysfs: handle duplicate removal attempts in sysfs_remove_group()"

This reverts commit 0041fcc3af7681e52805d6430f226da4e0369bc9.

The root cause of these "inverted" sysfs removals have now been found,
so there is no need for this patch.  Keep this functionality around so
that this type of error doesn't show up in driver code again.

Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/group.c