[media] s5p-fimc: dubious one-bit signed bitfields
[deliverable/linux.git] / drivers / media / video / s5p-fimc / fimc-core.h
index e3a7c6a0dce2408c4881f80f019520cd3b618c9f..3e107851656017adfc1a2567956a93e28fd43cd5 100644 (file)
@@ -222,10 +222,10 @@ struct fimc_effect {
  * @real_height:       source pixel (height - offset)
  */
 struct fimc_scaler {
-       int     scaleup_h:1;
-       int     scaleup_v:1;
-       int     copy_mode:1;
-       int     enabled:1;
+       unsigned int scaleup_h:1;
+       unsigned int scaleup_v:1;
+       unsigned int copy_mode:1;
+       unsigned int enabled:1;
        u32     hfactor;
        u32     vfactor;
        u32     pre_hratio;
This page took 0.074564 seconds and 5 git commands to generate.