aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorHans Verkuil <[email protected]>2023-04-18 07:46:52 +0000
committerMauro Carvalho Chehab <[email protected]>2023-06-02 17:45:52 +0000
commit6970888d38be0a960673e3d203e8517a5c300ae5 (patch)
treedd45a6c8836c7b5ce1cc1d529b4c7ae8bcaddebd /fs/jbd2/commit.c
parentmedia: v4l2-mc: Drop subdev check in v4l2_create_fwnode_links_to_pad() (diff)
downloadkernel-6970888d38be0a960673e3d203e8517a5c300ae5.tar.gz
kernel-6970888d38be0a960673e3d203e8517a5c300ae5.zip
media: staging: media: imx: initialize hs_settle to avoid warning
Initialize hs_settle to 0 to avoid this compiler warning: imx8mq-mipi-csi2.c: In function 'imx8mq_mipi_csi_start_stream.part.0': imx8mq-mipi-csi2.c:91:55: warning: 'hs_settle' may be used uninitialized [-Wmaybe-uninitialized] 91 | #define GPR_CSI2_1_S_PRG_RXHS_SETTLE(x) (((x) & 0x3f) << 2) | ^~ imx8mq-mipi-csi2.c:357:13: note: 'hs_settle' was declared here 357 | u32 hs_settle; | ^~~~~~~~~ It's a false positive, but it is too complicated for the compiler to detect that. Signed-off-by: Hans Verkuil <[email protected]> Reviewed-by: Martin Kepplinger <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions