Skip to content

Commit

Permalink
microblaze: Remove unused variable from ptrace
Browse files Browse the repository at this point in the history
Patch b3c1e01 should do it.

Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
michalsimek committed Apr 7, 2010
1 parent 7a325aa commit af2b021
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/microblaze/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
{
int rval;
unsigned long val = 0;
unsigned long copied;

switch (request) {
/* Read/write the word at location ADDR in the registers. */
Expand Down

0 comments on commit af2b021

Please sign in to comment.