diff options
author | Ismael Luceno <ismael@iodev.co.uk> | 2014-12-24 14:35:59 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-01-27 15:02:07 +0300 |
commit | 8a4d9a9cf90202c37308ddd84818100c27c4155c (patch) | |
tree | 4d0eceb790242c63562b9d74bde299cd3729f6a8 /drivers/media/pci/solo6x10/solo6x10.h | |
parent | 861360a56d0bcbc0bec92a1f1266c66880b2e5ae (diff) | |
download | linux-8a4d9a9cf90202c37308ddd84818100c27c4155c.tar.xz |
[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 { __aligned(4); /* VOP stuff */ - unsigned char vop[64]; + u8 vop[64]; int vop_len; - unsigned char jpeg_header[1024]; + u8 jpeg_header[1024]; int jpeg_len; u32 fmt; |