diff options
| author | Peter Liu <pingchie@codeaurora.org> | 2015-12-08 21:00:00 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:15:31 -0700 |
| commit | f10ced0ba55975876f4db92b052dd84a603be92d (patch) | |
| tree | 1792d263a95fb923c30310794eda32bfa773cf57 /include | |
| parent | 092ca0fe363d0f4edcd8eccb96e2b4d8c1e2d0fd (diff) | |
msm: camera: isp: fix error report id mask
Stream id mask need more than 8 bit,
thus increase bit width for error reporting.
Change-Id: I308a9d3df6024768b07ec49562f3241707566e2a
Signed-off-by: Peter Liu <pingchie@codeaurora.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/media/msmb_isp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/msmb_isp.h b/include/media/msmb_isp.h index 628f41ab4d5d..1bd0680b86cd 100644 --- a/include/media/msmb_isp.h +++ b/include/media/msmb_isp.h @@ -692,7 +692,7 @@ struct msm_isp_error_info { enum msm_vfe_error_type err_type; uint32_t session_id; uint32_t stream_id; - uint8_t stream_id_mask; + uint32_t stream_id_mask; }; /* This structure reports delta between master and slave */ |
