diff options
author | 2011-12-19 17:12:54 -0500 | |
---|---|---|
committer | 2012-01-24 12:48:54 -0800 | |
commit | b5b78f83854af15e04c63fdbc6efed9355afbe8f (patch) | |
tree | c0f3a85ec25beace9288e6cc9d07723ffeb989fe /include/linux/dynamic_debug.h | |
parent | dynamic_debug: tighten up error checking on debug queries (diff) | |
download | wireguard-linux-b5b78f83854af15e04c63fdbc6efed9355afbe8f.tar.xz wireguard-linux-b5b78f83854af15e04c63fdbc6efed9355afbe8f.zip |
dynamic_debug: early return if _ddebug table is empty
If _ddebug table is empty (in a CONFIG_DYNAMIC_DEBUG build this
shouldn't happen), then warn (error?) and return early. This skips
empty table scan and parsing of setup-string, including the pr_info
call noting the parse. By inspection, copy return-code handling from
1st ddebug_add_module() callsite to 2nd.
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/dynamic_debug.h')
0 files changed, 0 insertions, 0 deletions