lkml.org 
[lkml]   [2020]   [Nov]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 096/141] media: rcar_jpu: Fix fall-through warnings for Clang
    Em Fri, 20 Nov 2020 12:37:02 -0600
    "Gustavo A. R. Silva" <gustavoars@kernel.org> escreveu:

    > In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning
    > by explicitly adding a break statement instead of letting the code fall
    > through to the next case.
    >
    > Link: https://github.com/KSPP/linux/issues/115
    > Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>

    Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

    > ---
    > drivers/media/platform/rcar_jpu.c | 1 +
    > 1 file changed, 1 insertion(+)
    >
    > diff --git a/drivers/media/platform/rcar_jpu.c b/drivers/media/platform/rcar_jpu.c
    > index 9b99ff368698..87466edf8a5e 100644
    > --- a/drivers/media/platform/rcar_jpu.c
    > +++ b/drivers/media/platform/rcar_jpu.c
    > @@ -648,6 +648,7 @@ static u8 jpu_parse_hdr(void *buffer, unsigned long size, unsigned int *width,
    > if (get_word_be(&jpeg_buffer, &word))
    > return 0;
    > skip(&jpeg_buffer, (long)word - 2);
    > + break;
    > case 0:
    > break;
    > default:



    Thanks,
    Mauro

    \
     
     \ /
      Last update: 2020-11-22 17:34    [W:2.678 / U:0.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site