From 631d32680fe1dbb257916ee3a0cb2baea3062c19 Mon Sep 17 00:00:00 2001 From: Oron Peled Date: Tue, 28 Oct 2014 13:56:10 -0400 Subject: [PATCH] xpp: waitfor_xpds: Always remove Astribank semaphore If we waited -- no Astribanks are "in initialization" Signed-off-by: Tzafrir Cohen --- xpp/waitfor_xpds | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xpp/waitfor_xpds b/xpp/waitfor_xpds index 2d08013..fa7ab4f 100755 --- a/xpp/waitfor_xpds +++ b/xpp/waitfor_xpds @@ -154,7 +154,6 @@ if [ "$XPP_HOTPLUG_DAHDI" = yes ]; then echo -n 1>&2 "Other DAHDI initializations... " astribank_is_starting -v -w 1>&2 fi -else - # Non-hotplug -- Sequential initialization, remove semaphore - astribank_is_starting -v -r 1>&2 fi +# All Astribanks initialized -- remove semaphore +astribank_is_starting -v -r 1>&2