techpack: camera : fix build after ALS merge

error return type defaults to 'int'

Signed-off-by: Carlos Jimenez(JavaShin-X)<javashin1986@gmail.com>
Change-Id: I134153e945af4d70ab679af062a35e2b6e0f75ea
Signed-off-by: starlight5234 <starlight5234@protonmail.ch>
This commit is contained in:
Carlos Jimenez (JavaShin-X) 2021-04-11 19:59:09 -04:00 committed by Gagan Malvi
parent 01d655f43a
commit 08eb1f0286
No known key found for this signature in database
GPG key ID: B932A7CE71E9198F

View file

@ -3523,7 +3523,7 @@ static int cam_ope_mgr_hw_open_u(void *hw_priv, void *fw_download_args)
return rc;
}
static cam_ope_mgr_hw_close_u(void *hw_priv, void *hw_close_args)
static int cam_ope_mgr_hw_close_u(void *hw_priv, void *hw_close_args)
{
struct cam_ope_hw_mgr *hw_mgr;
int rc = 0;