Loading CORE/HDD/src/wlan_hdd_dp_utils.c +2 −2 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ VOS_STATUS hdd_list_remove_front( hdd_list_t *pList, hdd_list_node_t **ppNode ) { struct list_head * listptr; if ( list_empty( &pList->anchor ) ) if (!pList->count) { return VOS_STATUS_E_EMPTY; } Loading @@ -96,7 +96,7 @@ VOS_STATUS hdd_list_remove_back( hdd_list_t *pList, hdd_list_node_t **ppNode ) { struct list_head * listptr; if ( list_empty( &pList->anchor ) ) if (!pList->count) { return VOS_STATUS_E_EMPTY; } Loading Loading
CORE/HDD/src/wlan_hdd_dp_utils.c +2 −2 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ VOS_STATUS hdd_list_remove_front( hdd_list_t *pList, hdd_list_node_t **ppNode ) { struct list_head * listptr; if ( list_empty( &pList->anchor ) ) if (!pList->count) { return VOS_STATUS_E_EMPTY; } Loading @@ -96,7 +96,7 @@ VOS_STATUS hdd_list_remove_back( hdd_list_t *pList, hdd_list_node_t **ppNode ) { struct list_head * listptr; if ( list_empty( &pList->anchor ) ) if (!pList->count) { return VOS_STATUS_E_EMPTY; } Loading