diff options
author | 2018-03-22 13:44:33 -0400 | |
---|---|---|
committer | 2018-03-23 06:28:41 -0400 | |
commit | baa6f19b37cc1aebf6e84ed4c451f1078693bb4b (patch) | |
tree | cfe5ce62d69c26d588ce27a8b22f6ca1534805f3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | media: rca: declare formats var as static (diff) | |
download | linux-rng-baa6f19b37cc1aebf6e84ed4c451f1078693bb4b.tar.xz linux-rng-baa6f19b37cc1aebf6e84ed4c451f1078693bb4b.zip |
media: ov5670: get rid of a series of __be warnings
There are some troubles on this driver with respect to the usage
of __be16 and __b32 macros:
drivers/media/i2c/ov5670.c:1857:27: warning: incorrect type in initializer (different base types)
drivers/media/i2c/ov5670.c:1857:27: expected unsigned short [unsigned] [usertype] reg_addr_be
drivers/media/i2c/ov5670.c:1857:27: got restricted __be16 [usertype] <noident>
drivers/media/i2c/ov5670.c:1880:16: warning: cast to restricted __be32
drivers/media/i2c/ov5670.c:1880:16: warning: cast to restricted __be32
drivers/media/i2c/ov5670.c:1880:16: warning: cast to restricted __be32
drivers/media/i2c/ov5670.c:1880:16: warning: cast to restricted __be32
drivers/media/i2c/ov5670.c:1880:16: warning: cast to restricted __be32
drivers/media/i2c/ov5670.c:1880:16: warning: cast to restricted __be32
drivers/media/i2c/ov5670.c:1901:13: warning: incorrect type in assignment (different base types)
drivers/media/i2c/ov5670.c:1901:13: expected unsigned int [unsigned] [usertype] val
drivers/media/i2c/ov5670.c:1901:13: got restricted __be32 [usertype] <noident>
Fix them.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions