commit | af442399fcf378a21ffe924b182f6d9ee70001ca | [log] [tgz] |
---|---|---|
author | Jim Cromie <jim.cromie@gmail.com> | Fri Apr 27 14:30:38 2012 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Apr 30 16:25:39 2012 -0400 |
tree | c4489c25edde2f6c4aaeac9eaf2d6d784f6572f9 | |
parent | 6ab676e96422f33a873006096f928feeded7ce3b [diff] |
dynamic_debug: simplify dynamic_debug_init error exit We dont want errors while parsing ddebug_query to unload ddebug tables, so set success after tables are loaded, and return 0 after query parsing is done. Simplify error handling code since its no longer used for success, and change goto label to out_err to clarify this. Signed-off-by: Jim Cromie <jim.cromie@gmail.com> Acked-by: Jason Baron <jbaron@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>