[media] v4l2-ctrls: increase internal min/max/step/def to 64 bit
[deliverable/linux.git] / drivers / staging / media / msi3101 / msi001.c
index bd0b93cb6c539b9079b106f2e1c7caa509ed7166..ee99e372c943455a9aec8439dc3cab06c848867c 100644 (file)
@@ -381,7 +381,7 @@ static int msi001_s_ctrl(struct v4l2_ctrl *ctrl)
 
        int ret;
        dev_dbg(&s->spi->dev,
-                       "%s: id=%d name=%s val=%d min=%d max=%d step=%d\n",
+                       "%s: id=%d name=%s val=%d min=%lld max=%lld step=%lld\n",
                        __func__, ctrl->id, ctrl->name, ctrl->val,
                        ctrl->minimum, ctrl->maximum, ctrl->step);
 
This page took 0.026536 seconds and 5 git commands to generate.