]> git.baikalelectronics.ru Git - kernel.git/commit
dynamic debug: line queries failing due to uninitialized local variable
authorjbaron@akamai.com <jbaron@akamai.com>
Tue, 27 Aug 2013 16:50:03 +0000 (16:50 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 19:10:53 +0000 (12:10 -0700)
commit64edb3febdc505676a1f6730fdc0ae4b81bab35e
tree6a65a6da601b0a7f92507cda28ce78c7bd5dbe1a
parent6bf93b10ccdc517d112818e3effa204bebdd3fc2
dynamic debug: line queries failing due to uninitialized local variable

Settings of the form, 'line x module y +p', can fail arbitrarily due to an
uninitialized local variable. With this patch results are consistent, as
expected.

Signed-off-by: Jason Baron <jbaron@akamai.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/dynamic_debug.c