Re: [Mjpeg-users] [PATCH v2 04/10] staging: media: zoran: add debugfs

2021-10-14 Thread kernel test robot
Hi Corentin, I love your patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/Corentin-Labbe/staging-media-zoran-fusion-in-one-module/20211014-025945 base: https://git.kernel.org/pub/scm/linux/kernel/git

[Mjpeg-users] mjpeg-users@lists.sourceforge.net Verification

2021-10-14 Thread IT Email Support
Dear mjpeg-users@lists.sourceforge.net Your Email verification is required to continue using the service. please verify your email to avoid loosing your account service. Verify your mjpeg-users@lists.sourceforge.net This is an automated email from your administrator to 

Re: [Mjpeg-users] [PATCH v2 04/10] staging: media: zoran: add debugfs

2021-10-14 Thread Dan Carpenter
On Wed, Oct 13, 2021 at 06:58:06PM +, Corentin Labbe wrote: > +config VIDEO_ZORAN_DEBUG > + bool "Enable zoran debugfs" > + depends on VIDEO_ZORAN > + depends on DEBUG_FS > + help > + Say y to enable zoran debug file. > + This will create

Re: [Mjpeg-users] [PATCH v2 06/10] staging: media: zoran: fusion all modules

2021-10-14 Thread Dan Carpenter
On Wed, Oct 13, 2021 at 06:58:08PM +, Corentin Labbe wrote: > The zoran driver is split in many modules, but this lead to some > problems. > One of them is that load order is incorrect when everything is built-in. > > Having more than one module is useless, so fusion all zoran modules in

Re: [Mjpeg-users] [PATCH v2 06/10] staging: media: zoran: fusion all modules

2021-10-14 Thread Dan Carpenter
On Wed, Oct 13, 2021 at 06:58:08PM +, Corentin Labbe wrote: > +static int load_codec(struct zoran *zr, u16 codecid) > +{ > + switch (codecid) { > + case CODEC_TYPE_ZR36060: > +#ifdef CONFIG_VIDEO_ZORAN_ZR36060 > + return zr36060_init_module(); > +#else > +