Re: [PATCH] dynamic debug: line queries failing due to uninitialized local variable

2013-08-28 Thread Jason Baron
On 08/27/2013 01:41 PM, Greg KH wrote: > On Tue, Aug 27, 2013 at 04:50:03PM +, jba...@akamai.com wrote: >> 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: Jas

Re: [PATCH] dynamic debug: line queries failing due to uninitialized local variable

2013-08-27 Thread Greg KH
On Tue, Aug 27, 2013 at 04:50:03PM +, jba...@akamai.com wrote: > 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 > --- > lib/dynamic_debug.c | 2 +-

[PATCH] dynamic debug: line queries failing due to uninitialized local variable

2013-08-27 Thread jbaron
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 --- lib/dynamic_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dynamic_debug.c