These are already done elsewhere.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
        int val;
        int val2;
 
-       qc_reset(q);
-
        /* Set the brightness.  Yes, this is repetitive, but it works.
         * Shorter versions seem to fail subtly.  Feel free to try :-). */
        /* I think the problem was in qc_command, not here -- bls */
                ret = -EINVAL;
                break;
        }
-       if (ret == 0) {
-               qc_setscanmode(qcam);
+       if (ret == 0)
                qcam->status |= QC_PARAM_CHANGE;
-       }
        return ret;
 }