Re: Subject: [PATCH] staging: media: meson: vdec: declare u32 as static const

2021-04-12 Thread kernel test robot
Hi Mitali, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/Mitali-Borkar/Subject-PATCH-staging-media-meson-vdec-declare-u32-as-static-const/20210412-222025 base: https://git.kernel.org/pub

Re: Subject: [PATCH] staging: media: meson: vdec: declare u32 as static const

2021-04-12 Thread kernel test robot
Hi Mitali, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/Mitali-Borkar/Subject-PATCH-staging-media-meson-vdec-declare-u32-as-static-const/20210412-222025 base: https://git.kernel.org/pub

Subject: [PATCH] staging: media: meson: vdec: declare u32 as static const

2021-04-12 Thread Mitali Borkar
Declared 32 bit unsigned int as static constant inside a function and replaced u32[] {x,y} as canvas3, canvas4 in codec_h264.c This indicates the value of canvas indexes will remain constant throughout execution. Signed-off-by: Mitali Borkar --- drivers/staging/media/meson/vdec/codec_h264.c |