From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752943AbbJXPfx (ORCPT ); Sat, 24 Oct 2015 11:35:53 -0400 Received: from smtp12.smtpout.orange.fr ([80.12.242.134]:34923 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752293AbbJXPfn (ORCPT ); Sat, 24 Oct 2015 11:35:43 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Sat, 24 Oct 2015 17:35:42 +0200 X-ME-IP: 109.220.216.95 From: Robert Jarzmik To: Guennadi Liakhovetski Cc: Mauro Carvalho Chehab , Jiri Kosina , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 1/4] media: pxa_camera: fix the buffer free path Date: Sat, 24 Oct 2015 11:59:32 +0200 References: <1441539733-19201-1-git-send-email-robert.jarzmik@free.fr> X-URL: http://belgarath.falguerolles.org/ Message-ID: <87io5wwahg.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Robert Jarzmik writes: > Fix the error path where the video buffer wasn't allocated nor > mapped. In this case, in the driver free path don't try to unmap memory > which was not mapped in the first place. > > Signed-off-by: Robert Jarzmik > --- > Since v3: take into account the 2 paths possibilities to free_buffer() Okay Guennadi, it's been enough time. Could you you have another look at this serie please ? Cheers. -- Robert