diff options
author | Mauro Carvalho Chehab <[email protected]> | 2018-11-06 05:54:48 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2018-11-06 06:58:07 -0500 |
commit | b50b769bcbc24d68d95870d87354ec45fa0f07bb (patch) | |
tree | 9bec708e307c5aa54ec1bfaf3d34ea111fa66fb4 /scripts/bpf_helpers_doc.py | |
parent | ef86eaf97acd6d82cd3fd40f997b1c8c4895a443 (diff) |
media: dm365_ipipeif: better annotate a fall though
Shut up this warning:
drivers/staging/media/davinci_vpfe/dm365_ipipeif.c: In function 'ipipeif_hw_setup':
drivers/staging/media/davinci_vpfe/dm365_ipipeif.c:298:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
switch (isif_port_if) {
^~~~~~
drivers/staging/media/davinci_vpfe/dm365_ipipeif.c:314:2: note: here
case IPIPEIF_SDRAM_YUV:
^~~~
By annotating a fall though case at the right place.
Acked-by: Hans Verkuil <[email protected]>
Acked-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions