projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf447b
)
[media] smiapp: Make PLL flags unsigned long
author
Sakari Ailus
<
[email protected]
>
Tue, 8 Apr 2014 21:14:42 +0000
(18:14 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Wed, 23 Apr 2014 14:29:21 +0000
(11:29 -0300)
No reason to keep this u8, really.
Signed-off-by: Sakari Ailus <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/i2c/smiapp-pll.h
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/smiapp-pll.h
b/drivers/media/i2c/smiapp-pll.h
index a4a649834a18a685ff0902c54cfb224870dc4bee..5ce2b61da3c564e36f72cb949da62a3b89bcacca 100644
(file)
--- a/
drivers/media/i2c/smiapp-pll.h
+++ b/
drivers/media/i2c/smiapp-pll.h
@@
-46,7
+46,7
@@
struct smiapp_pll {
uint8_t bus_width;
} parallel;
};
- u
int8_t
flags;
+ u
nsigned long
flags;
uint8_t binning_horizontal;
uint8_t binning_vertical;
uint8_t scale_m;