]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm, thp: remove unnecessary ret variable
authorDavid Rientjes <rientjes@google.com>
Wed, 25 Apr 2012 01:03:29 +0000 (11:03 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 05:17:17 +0000 (15:17 +1000)
commit586d30c0edd1c77f46400b27b192afaa0d738473
tree9c716f37d21de4121cc39423e3c49b8337241afb
parent6fa63f7f717de2eb43dd114c4f7f77f84340c5eb
mm, thp: remove unnecessary ret variable

The "ret" variable is unnecessary in __do_huge_pmd_anonymous_page(), so
remove it.

Signed-off-by: David Rientjes <rientjes@google.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/huge_memory.c