From 0a1be609e2e39b7f418651ad4a5170065d14816b Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Mon, 12 Nov 2012 19:21:25 +0400 Subject: [PATCH] Removed debug printk --- driver/us_proc_inst.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/driver/us_proc_inst.c b/driver/us_proc_inst.c index 5fac65e..22d5200 100644 --- a/driver/us_proc_inst.c +++ b/driver/us_proc_inst.c @@ -1694,7 +1694,7 @@ void find_plt_address(unsigned long addr) if ((task_inst_info->p_libs[i].loaded) && (task_inst_info->p_libs[i].plt_count > 0) && (addr > task_inst_info->p_libs[i].vma_start) - && (addr < task_inst_info->p_libs[i].vma_end)) + && (addr < task_inst_info->p_libs[i].vma_end)) { p_lib = &(task_inst_info->p_libs[i]); break; @@ -1730,7 +1730,6 @@ void find_plt_address(unsigned long addr) break; } } else { - printk(" Wut?!\n"); break; } } -- 2.7.4