commit | ab8e92efcf3f7972f30033cad75f180aef4f3abc | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Sat Sep 30 23:26:59 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 01 00:39:17 2006 -0700 |
tree | 3205746553d1981de43cdaa07739f910fd25ed2d | |
parent | 1bdfd554be94def718323659173517c5d4a69d25 [diff] |
[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>