|
@@ -463,8 +463,8 @@ static int m5mols_s_ctrl(struct v4l2_ctrl *ctrl)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
- v4l2_dbg(1, m5mols_debug, sd, "%s: %s, val: %d, priv: %#x\n",
|
|
|
- __func__, ctrl->name, ctrl->val, (int)ctrl->priv);
|
|
|
+ v4l2_dbg(1, m5mols_debug, sd, "%s: %s, val: %d, priv: %p\n",
|
|
|
+ __func__, ctrl->name, ctrl->val, ctrl->priv);
|
|
|
|
|
|
if (ctrl_mode && ctrl_mode != info->mode) {
|
|
|
ret = m5mols_set_mode(info, ctrl_mode);
|