Merge "msm: isp: fix the invalid type conversion"
This commit is contained in:
commit
cffa5f76da
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ static inline void msm_isp_cfg_stream_scratch(
|
|||
}
|
||||
|
||||
static inline struct msm_vfe_axi_stream *msm_isp_get_stream_common_data(
|
||||
struct vfe_device *vfe_dev, int stream_idx)
|
||||
struct vfe_device *vfe_dev, uint32_t stream_idx)
|
||||
{
|
||||
struct msm_vfe_common_dev_data *common_data = vfe_dev->common_data;
|
||||
struct msm_vfe_axi_stream *stream_info;
|
||||
|
|
Loading…
Add table
Reference in a new issue