Re: [PATCH v2 00/10] staging: media: zoran: fusion in one module

LABBE Corentin <[email protected]> Mon, 25 Oct 2021 16:06:57 +0200
Newsgroups gmane.linux.drivers.video-input-infrastructure,gmane.linux.kernel,gmane.comp.video.mjpeg.user
Message-ID <YXa6AVRmkkEuE+XZ@Red>
Le Mon, Oct 18, 2021 at 11:55:40AM +0200, Hans Verkuil a écrit :
> Hi Corentin,
> 
> I noticed some code review comments from Dan and a kernel test robot issue.
> Can you post a v3 fixing those by the end of the week? Next week I will have
> access again to my zoran board, so then I can test the v3 series.
> 
> BTW, I agree with Dan, just drop the 'Enable zoran debugfs' config option. It's
> not worth the additional complexity. Instead, just #ifdef CONFIG_DEBUG_FS
> where necessary (in most cases you shouldn't even have to do that since the
> since you have dummy debug_fs_* functions if CONFIG_DEBUG_FS isn't set).
> 

Hello

Ok I started fixing issues and will send V3 this week.

Regards