phal: libipl enum name change IPL_NO_ERR to IPL_ERR_OK

Enable support related to new enum name change in libipl.

Tested: Build is success

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: If4039a99a56390b4c4311693cbbfebdf85cc6adf
diff --git a/extensions/phal/phal_error.cpp b/extensions/phal/phal_error.cpp
index 8d0d65e..db03068 100644
--- a/extensions/phal/phal_error.cpp
+++ b/extensions/phal/phal_error.cpp
@@ -262,7 +262,7 @@
         fmt::format("processIplErrorCallback: Error type(%x) \n", errInfo.type)
             .c_str());
 
-    if (errInfo.type == IPL_NO_ERR)
+    if (errInfo.type == IPL_ERR_OK)
     {
         // reset trace log and exit
         reset();