* [PATCH] cr: s390: remove unused variable ret
@ 2009-05-11 15:06 Serge E. Hallyn
0 siblings, 0 replies; only message in thread
From: Serge E. Hallyn @ 2009-05-11 15:06 UTC (permalink / raw)
To: Oren Laadan, Linux Containers, Dan Smith
Trivial cleanup.
Signed-off-by: Serge E. Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
---
arch/s390/mm/checkpoint.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/s390/mm/checkpoint.c b/arch/s390/mm/checkpoint.c
index 520d1fb..f97f619 100644
--- a/arch/s390/mm/checkpoint.c
+++ b/arch/s390/mm/checkpoint.c
@@ -171,7 +171,6 @@ int restore_read_header_arch(struct ckpt_ctx *ctx)
int restore_mm_context(struct ckpt_ctx *ctx, struct mm_struct *mm)
{
struct ckpt_hdr_mm_context *h;
- int ret;
h = ckpt_read_obj_type(ctx, sizeof(*h), CKPT_HDR_MM_CONTEXT);
if (IS_ERR(h))
--
1.6.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-11 15:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-11 15:06 [PATCH] cr: s390: remove unused variable ret Serge E. Hallyn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox