Hi Mauro,
On Thursday, 20 September 2018 17:44:53 EEST Mauro Carvalho Chehab wrote:
> Em Fri, 07 Sep 2018 14:46:34 +0300 Laurent Pinchart escreveu:
> > Hi Mauro,
> >
> > As maintainers should be held to the same level of obligations as
> > developers, and to avoid demotivating reviewers, could yo
Em Fri, 07 Sep 2018 14:46:34 +0300
Laurent Pinchart escreveu:
> Hi Mauro,
>
> As maintainers should be held to the same level of obligations as developers,
> and to avoid demotivating reviewers, could you handle comments you receive
> before pushing your own patches to your tree ? There should
Hi Mauro,
On Friday, 7 September 2018 14:46:34 EEST Laurent Pinchart wrote:
> Hi Mauro,
>
> As maintainers should be held to the same level of obligations as
> developers, and to avoid demotivating reviewers, could you handle comments
> you receive before pushing your own patches to your tree ? T
Hi Mauro,
As maintainers should be held to the same level of obligations as developers,
and to avoid demotivating reviewers, could you handle comments you receive
before pushing your own patches to your tree ? There should be no maintainer
privilege here.
On Wednesday, 8 August 2018 18:45:49 E
Hi Mauro,
Thank you for the patch.
The subject line should be "media: omap3isp: ...".
On Wednesday, 8 August 2018 17:52:55 EEST Mauro Carvalho Chehab wrote:
> As sparse complains:
> drivers/media/platform/omap3isp/isp.c:303:39: warning: Using plain
> integer
> as NULL pointer
>
> when a
As sparse complains:
drivers/media/platform/omap3isp/isp.c:303:39: warning: Using plain
integer as NULL pointer
when a struct is initialized with { 0 }, actually the first
element of the struct is initialized with zeros, initializing the
other elements recursively. That can even generate