diff options
author | Jacopo Mondi <jacopo+renesas@jmondi.org> | 2021-03-19 19:41:39 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-04-09 14:16:56 +0300 |
commit | 5f58ac04f36e32507d8f60fd47266ae2a60a2fa8 (patch) | |
tree | 03d4e1e8e9f6a54b3205b5def3ba7916e5743163 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cdc62bfba0d71a5e88fe6a83a6cfc69f05a6f26b (diff) | |
download | linux-5f58ac04f36e32507d8f60fd47266ae2a60a2fa8.tar.xz |
media: i2c: rdamc21: Fix warning on u8 cast
Sparse reports a warning on a cast to u8 of a 16 bits constant.
drivers/media/i2c/rdacm21.c:348:62: warning: cast truncates bits
from constant value (300a becomes a)
Even if the behaviour is intended, silence the sparse warning replacing
the cast with a bitwise & operation.
Fixes: a59f853b3b4b ("media: i2c: Add driver for RDACM21 camera module")
Reported-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions