public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] cris:removed the unused variable
@ 2011-04-10 14:10 wanlong.gao
  2011-04-10 14:10 ` [PATCH 2/5] mfd:removed " wanlong.gao
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: wanlong.gao @ 2011-04-10 14:10 UTC (permalink / raw)
  To: broonie, geert, starvik, jesper.nilsson, sameo, ian, dp, lrg,
	James.Bottomley, aelder
  Cc: linux-kernel, Wanlong Gao

From: Wanlong Gao <wanlong.gao@gmail.com>

removed the unused variable "unsigned long tmp".

Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
---
 arch/cris/arch-v32/kernel/ptrace.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/cris/arch-v32/kernel/ptrace.c b/arch/cris/arch-v32/kernel/ptrace.c
index 511ece9..42ed6c7 100644
--- a/arch/cris/arch-v32/kernel/ptrace.c
+++ b/arch/cris/arch-v32/kernel/ptrace.c
@@ -115,8 +115,6 @@ void user_disable_single_step(struct task_struct *child)
 void
 ptrace_disable(struct task_struct *child)
 {
-	unsigned long tmp;
-
 	/* Deconfigure SPC and S-bit. */
 	user_disable_single_step(child);
 	put_reg(child, PT_SPC, 0);
-- 
1.7.3


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-04-12 15:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-10 14:10 [PATCH 1/5] cris:removed the unused variable wanlong.gao
2011-04-10 14:10 ` [PATCH 2/5] mfd:removed " wanlong.gao
2011-04-11 19:51   ` Samuel Ortiz
2011-04-12 15:05     ` wanlong gao
2011-04-10 14:10 ` [PATCH 3/5] net:removed " wanlong.gao
2011-04-12  7:57   ` Jesper Nilsson
2011-04-10 14:10 ` [PATCH 4/5] scsi:removed " wanlong.gao
2011-04-10 14:10 ` [PATCH 5/5] xfs:removed " wanlong.gao
2011-04-11  4:05   ` Dave Chinner
2011-04-11 12:19     ` wanlong gao
2011-04-12  7:57 ` [PATCH 1/5] cris:removed " Jesper Nilsson
2011-04-12 15:07   ` wanlong gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox