]> git.baikalelectronics.ru Git - kernel.git/commit
mm/memcontrol.c: remove NULL assignment on static
authorFabian Frederick <fabf@skynet.be>
Wed, 4 Jun 2014 23:08:08 +0000 (16:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:04 +0000 (16:54 -0700)
commiteb94704de8802362c6d95b633c9686e2fab28630
tree986759bea277da6e04caa8fd3230ea5a1bb40236
parentfa88d0295deef0d19ad9fbdd1c4f48157cfb677a
mm/memcontrol.c: remove NULL assignment on static

static values are automatically initialized to NULL

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memcontrol.c