commit | e756bc5670d0f801ca43dc55b8eacde42a5b818b | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 08 14:20:24 2013 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Dec 03 10:13:30 2013 -0800 |
tree | 0dc1d44a9b3c41e48c5e0689255db28f855301d3 | |
parent | bfc5c17337145955b31c22b96a6e07def048471b [diff] |
kobject: fix kset sample error path Previously, example_init() leaked a kset if any of the object creations failed. This fixes the leak by calling kset_unregister() in the error path. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>