Browse Source

Merge "mm-drivers: hw_fence: add missing return type"

qctecmdr 2 years ago
parent
commit
90774e9372
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hw_fence/src/hw_fence_drv_priv.c

+ 1 - 1
hw_fence/src/hw_fence_drv_priv.c

@@ -128,7 +128,7 @@ static int init_hw_fences_queues(struct hw_fence_driver_data *drv_data,
 	return ret;
 }
 
-static inline _lock_client_queue(int queue_type)
+static inline bool _lock_client_queue(int queue_type)
 {
 	/* Only lock Rx Queue */
 	return (queue_type == (HW_FENCE_RX_QUEUE - 1)) ? true : false;