idr: Remove a wrong assertion in idr_get_new_above()
authorFrançois Tigeot <ftigeot@wolfpond.org>
Sat, 3 Jan 2015 17:37:47 +0000 (18:37 +0100)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sat, 3 Jan 2015 18:42:24 +0000 (19:42 +0100)
commita431229faee6717a240a9c051e6af4469a7a0eb7
tree44579993717cca568d6fd8ac7c16266c451677a9
parent05eaf8a230579a4f34994da2a5d2490bb6b6d2f8
idr: Remove a wrong assertion in idr_get_new_above()

Calling idr_get_new_above() with a NULL ptr parameter is perfectly valid.
sys/libkern/linux_idr.c