From: Jim Cromie Date: Mon, 19 Dec 2011 22:13:16 +0000 (-0500) Subject: dynamic_debug: factor vpr_info_dq out of ddebug_parse_query X-Git-Tag: v3.4-rc1~187^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=574b3725e327531c70361d1a10b8dc8dd2b93590;p=pandora-kernel.git dynamic_debug: factor vpr_info_dq out of ddebug_parse_query Factor pr_info(query) out of ddebug_parse_query, into vpr_info_dq(), for reuse later. Also change the printed labels: file, func to agree with the query-spec keywords accepted in the control file. Pass "" when string is null, to avoid "(null)" output from sprintf. For format print, use precision to skip last char, assuming its '\n', no great harm if not, its a debug msg. Signed-off-by: Jim Cromie Signed-off-by: Jason Baron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed