projects
/
kernel
/
swap-modules.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b197fe
)
FIX of my previous FIX
author
Andreev S.V
<s.andreev@samsung.com>
Wed, 27 Apr 2011 12:35:17 +0000
(16:35 +0400)
committer
Andreev S.V
<s.andreev@samsung.com>
Wed, 27 Apr 2011 12:35:17 +0000
(16:35 +0400)
driver/us_proc_inst.c
patch
|
blob
|
history
diff --git
a/driver/us_proc_inst.c
b/driver/us_proc_inst.c
index
7e224e5
..
868ea9a
100644
(file)
--- a/
driver/us_proc_inst.c
+++ b/
driver/us_proc_inst.c
@@
-961,8
+961,8
@@
static int register_usprobe (struct task_struct *task, struct mm_struct *mm, us_
return ret;
}
- // Mr_Nobody:
un
comment for valencia
-
/*
ip->retprobe.kp.tgid = task->tgid;
+ // Mr_Nobody: comment for valencia
+ ip->retprobe.kp.tgid = task->tgid;
//ip->retprobe.kp.addr = (kprobe_opcode_t *) addr;
if(!ip->retprobe.handler) {
if (uretprobe_event_handler_custom_p != NULL)
@@
-978,7
+978,7
@@
static int register_usprobe (struct task_struct *task, struct mm_struct *mm, us_
{
EPRINTF ("register_uretprobe() failure %d", ret);
return ret;
- }
*/
+ }
return 0;
}