mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[media] smiapp: Make PLL flags unsigned long
No reason to keep this u8, really. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
caf447bf74
commit
19e9f5f539
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ struct smiapp_pll {
|
|||
uint8_t bus_width;
|
||||
} parallel;
|
||||
};
|
||||
uint8_t flags;
|
||||
unsigned long flags;
|
||||
uint8_t binning_horizontal;
|
||||
uint8_t binning_vertical;
|
||||
uint8_t scale_m;
|
||||
|
|
Loading…
Reference in a new issue