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)
commit81440e73744446adbe5b5d1f19460203d275028f
tree8456e951c40d36a72970eef0a57d40e15bbfc5a8
parent027a485d12e089314360d459b8d847104dd28702
Revert "sysfs: handle duplicate removal attempts in sysfs_remove_group()"

This reverts commit 54d71145a4548330313ca664a4a009772fe8b7dd.

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