techpack: camera-xiaomi*: Fix warnings

Change-Id: I3d81000b784ce2df594a05dc97856e9ca99a86e6
This commit is contained in:
Sebastiano Barezzi
2024-03-16 22:09:48 +01:00
parent 25975eb79d
commit f6840cb9c8
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
static struct cam_req_mgr_util_hdl_tbl *hdl_tbl;
static DEFINE_SPINLOCK(hdl_tbl_lock);
static hdl_count = 0;
static int hdl_count = 0;
int cam_req_mgr_util_init(void)
{
int rc = 0;

View File

@@ -18,7 +18,7 @@
static struct cam_req_mgr_util_hdl_tbl *hdl_tbl;
static DEFINE_SPINLOCK(hdl_tbl_lock);
static hdl_count = 0;
static int hdl_count = 0;
int cam_req_mgr_util_init(void)
{
int rc = 0;

View File

@@ -18,7 +18,7 @@
static struct cam_req_mgr_util_hdl_tbl *hdl_tbl;
static DEFINE_SPINLOCK(hdl_tbl_lock);
static hdl_count = 0;
static int hdl_count = 0;
int cam_req_mgr_util_init(void)
{
int rc = 0;