Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225928
b: refs/heads/master
c: ce9b1b0
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon committed Dec 6, 2010
1 parent 862b26d commit 72e51b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ce70b2e24cd35cc9f2df8cf5205b8ab4e6178e1
refs/heads/master: ce9b1b09520789223f72a9fefd5f0e329f8d89d0
4 changes: 2 additions & 2 deletions trunk/arch/arm/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1060,8 +1060,8 @@ static int ptrace_sethbpregs(struct task_struct *tsk, long num,
goto out;

if ((gen_type & implied_type) != gen_type) {
ret = -EINVAL;
goto out;
ret = -EINVAL;
goto out;
}

attr.bp_len = gen_len;
Expand Down

0 comments on commit 72e51b8

Please sign in to comment.