Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36a23e3d authored by Harsh Shah's avatar Harsh Shah Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: reqmgr: Add reserved field to align UAPI



Add 32bit reserved field to align the UAPI structures
and avoid any mismatches.

Change-Id: I18117c503731e9d9cb7be756d15bca2021c50036
Signed-off-by: default avatarHarsh Shah <harshs@codeaurora.org>
parent a418fe22
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -390,6 +390,7 @@ struct cam_req_mgr_frame_msg {
 */
struct cam_req_mgr_message {
	int32_t session_hdl;
	int32_t reserved;
	union {
		struct cam_req_mgr_error_msg err_msg;
		struct cam_req_mgr_frame_msg frame_msg;