slist: fix some debug code
commitcc90aed2797cd78280ffd52c75d972e10a6d56f9
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 8 Dec 2012 20:45:26 +0000 (8 23:45 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sat, 8 Dec 2012 20:45:26 +0000 (8 23:45 +0300)
tree7fd50aa1873557c14e9a248bea1a9a91f2d4e989
parent2b01ff135348f42e938b50305014225d3789ea58
slist: fix some debug code

We don't want the call to check_order() in clone_slist().  The problem is
that the ->possible list has the same sm_state over and over so it's not
sorted.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_slist.c