unwind: use the shared success_fail_return() function
commit41d30e461bb1329c7ddc4e49d5d72364abad0a36
authorDan Carpenter <error27@gmail.com>
Thu, 6 Apr 2023 09:37:00 +0000 (6 12:37 +0300)
committerDan Carpenter <error27@gmail.com>
Thu, 6 Apr 2023 09:37:00 +0000 (6 12:37 +0300)
tree7c7220185c4abec3c83c0b626d6a4a1f039a2238
parentd01fded26d224c853298d0358238e52306473d0a
unwind: use the shared success_fail_return() function

I had multiple implementations of success_fail_positive() and they each
had their own bugs.  The unified function is easier to maintain.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_unwind.c