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:
parent
01d655f43a
commit
08eb1f0286
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue