]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] list_del-debug fix
authorAndrew Morton <akpm@osdl.org>
Sun, 1 Oct 2006 06:26:59 +0000 (23:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 1 Oct 2006 07:39:17 +0000 (00:39 -0700)
commit9a2f0d05639e74953f2b01557c6c3d7b912ec07e
tree3205746553d1981de43cdaa07739f910fd25ed2d
parent1085c31bdd70759908002715b6fb43f2b94bd2e0
[PATCH] list_del-debug fix

These two BUG_ON()s are redundant and undesired: we're checking for this
condition further on in the function, only better.

Cc: Dave Jones <davej@codemonkey.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
lib/list_debug.c