Re: [PATCH] drivers/media/pci/solo6x10/solo6x10-disp.c: check kzalloc() result

2014-07-26 Thread Mauro Carvalho Chehab
Em Sat, 26 Jul 2014 09:13:12 +0300 Dan Carpenter escreveu: > On Fri, Jul 25, 2014 at 09:32:36PM +0300, Andrey Utkin wrote: > > Please ignore. I didn't notice that Hans has already posted a patch > > fixing that and more. > > > > Heh. I was just about to send my fix for this bug as well. > > I

Re: [PATCH] drivers/media/pci/solo6x10/solo6x10-disp.c: check kzalloc() result

2014-07-25 Thread Dan Carpenter
On Fri, Jul 25, 2014 at 09:32:36PM +0300, Andrey Utkin wrote: > Please ignore. I didn't notice that Hans has already posted a patch > fixing that and more. > Heh. I was just about to send my fix for this bug as well. I don't follow linux-media so I didn't realize this driver was getting promote

Re: [PATCH] drivers/media/pci/solo6x10/solo6x10-disp.c: check kzalloc() result

2014-07-25 Thread Andrey Utkin
Please ignore. I didn't notice that Hans has already posted a patch fixing that and more. -- Bluecherry developer. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordo

[PATCH] drivers/media/pci/solo6x10/solo6x10-disp.c: check kzalloc() result

2014-07-25 Thread Andrey Utkin
Signed-off-by: Andrey Utkin --- drivers/media/pci/solo6x10/solo6x10-disp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/pci/solo6x10/solo6x10-disp.c b/drivers/media/pci/solo6x10/solo6x10-disp.c index ed88ab4..93cbbb1 100644 --- a/drivers/media/pci/solo6x10/solo6x10-disp.c