hi

2019-02-10 Thread Sherri Gallagher
Please get back to me My name is Sgt.Sherri Gallagher?

cron job: media_tree daily build: WARNINGS

2019-02-10 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Mon Feb 11 05:00:10 CET 2019 media-tree git hash:6fd369dd1cb65a032f1ab9227033ecb7b759656d media_build git

Re: [PATCHv2] media: videobuf2: Return error after allocation failure

2019-02-10 Thread Souptick Joarder
On Mon, Feb 4, 2019 at 8:27 PM Souptick Joarder wrote: > > There is no point to continuing assignment after memory allocation > failed, rather throw error immediately. > > Signed-off-by: Souptick Joarder Any comment on this patch ? > --- > v1 -> v2: > Corrected typo in change log. > >

Re: [PATCH 2/4] media: platform: meson-ao-cec: fix possible object reference leak

2019-02-10 Thread Neil Armstrong
Le 09/02/2019 03:52, Wen Yang a écrit : > The call to of_parse_phandle() returns a node pointer with refcount > incremented thus it must be explicitly decremented here after the last > usage. > The of_find_device_by_node() takes a reference to the underlying device > structure, we also should re