[PARISC] Fix some compile problems in ptrace.c
authorMatthew Wilcox <willy@parisc-linux.org>
Thu, 17 Nov 2005 21:37:24 +0000 (16:37 -0500)
committerKyle McMartin <kyle@parisc-linux.org>
Thu, 17 Nov 2005 21:37:24 +0000 (16:37 -0500)
commit83aceb5b6a561c7fd7cc2d481fb55a0a2ae37c12
tree085fcd855a71ef52f3c18b532e914cde18a4cd65
parent92495c0ebc99ee00651571cba6939783234f7696
[PARISC] Fix some compile problems in ptrace.c

Fix some compile problems:
- ret wasn't being initialised in all code paths
- I'm pretty sure 'goto out' should have been 'goto out_tsk'

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/ptrace.c