diff options
author | Ismael Luceno <ismael@iodev.co.uk> | 2014-12-24 06:35:59 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-01-27 07:02:07 -0500 |
commit | 8a4d9a9cf90202c37308ddd84818100c27c4155c (patch) | |
tree | 4d0eceb790242c63562b9d74bde299cd3729f6a8 /drivers/media/pci/solo6x10/solo6x10.h | |
parent | 861360a56d0bcbc0bec92a1f1266c66880b2e5ae (diff) |
[media] solo6x10: s/unsigned char/u8/
s/unsigned char/u8/
Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/solo6x10/solo6x10.h')
-rw-r--r-- | drivers/media/pci/solo6x10/solo6x10.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/pci/solo6x10/solo6x10.h b/drivers/media/pci/solo6x10/solo6x10.h index 6c9bc707773f..1ca54b08b3aa 100644 --- a/drivers/media/pci/solo6x10/solo6x10.h +++ b/drivers/media/pci/solo6x10/solo6x10.h | |||
@@ -168,9 +168,9 @@ struct solo_enc_dev { | |||
168 | __aligned(4); | 168 | __aligned(4); |
169 | 169 | ||
170 | /* VOP stuff */ | 170 | /* VOP stuff */ |
171 | unsigned char vop[64]; | 171 | u8 vop[64]; |
172 | int vop_len; | 172 | int vop_len; |
173 | unsigned char jpeg_header[1024]; | 173 | u8 jpeg_header[1024]; |
174 | int jpeg_len; | 174 | int jpeg_len; |
175 | 175 | ||
176 | u32 fmt; | 176 | u32 fmt; |