From 81d3285c96dd90044ffe2c2c5d56405a5423d753 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Wed, 27 Oct 2010 15:33:52 -0700 Subject: [PATCH] ptrace: cleanup arch_ptrace() on frv Use new 'regno', 'datap' variables in order to remove duplicated expressions and unnecessary castings. Alse remove checking @addr less than 0 because addr is now unsigned. Signed-off-by: Namhyung Kim Cc: David Howells Cc: "Daniel K." Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed