Re: [PATCH v2] kprobes: fix compiler warning

2013-07-13 Thread Dong Fang
On 07/01/2013 10:46 AM, Dong Fang wrote: Fix the following compiler warning of uninitialized variable kernel/kprobes.c: In function 'register_kprobe': kernel/kprobes.c:1493: warning: 'probed_mod' may be used uninitialized in this function Signed-off-by: Dong Fang --- kernel/kprobes.c |2

[PATCH v2] kprobes: fix compiler warning

2013-07-01 Thread Dong Fang
Fix the following compiler warning of uninitialized variable kernel/kprobes.c: In function 'register_kprobe': kernel/kprobes.c:1493: warning: 'probed_mod' may be used uninitialized in this function Signed-off-by: Dong Fang --- kernel/kprobes.c |2 +- 1 files changed, 1 insertions(+), 1 del