X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=wls_lib%2Fsyslib.c;h=f76b6d78366ee630a2f3f8cd4f4464a7a002f678;hb=2de97529a4c5a1922214ba0e6f0fb84cacbd0bc7;hp=3bedeed9b592bcc24a7ccc583e62304893b87345;hpb=9d66fca5c45c8b3e0d6eab6d51a90c8e9d2614dc;p=o-du%2Fphy.git diff --git a/wls_lib/syslib.c b/wls_lib/syslib.c index 3bedeed..f76b6d7 100644 --- a/wls_lib/syslib.c +++ b/wls_lib/syslib.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (c) 2019 Intel. +* Copyright (c) 2021 Intel. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -387,7 +387,7 @@ int WLS_MsgDequeue( } pLocalStorage = (PWLS_MSG_HANDLE) pq->pStorage; // kernel VA - PRINT_DEBUG("WLS_MsgDequeue with pq->pStorage %lX\n",pq->pStorage); + if (pq->put != get) {