From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:11883 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751239Ab0A2RGz (ORCPT ); Fri, 29 Jan 2010 12:06:55 -0500 Message-ID: <4B63159D.9090708@redhat.com> Date: Fri, 29 Jan 2010 15:06:37 -0200 From: Mauro Carvalho Chehab MIME-Version: 1.0 To: =?UTF-8?B?TsOpbWV0aCBNw6FydG9u?= CC: Laurent Pinchart , V4L Mailing List Subject: Re: [PATCH] uvcvideo: check minimum border of control References: <4B5F60B0.7090709@freemail.hu> <4B63083C.5020909@redhat.com> <4B6314C6.80503@freemail.hu> In-Reply-To: <4B6314C6.80503@freemail.hu> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-media-owner@vger.kernel.org List-ID: Németh Márton wrote: > Mauro Carvalho Chehab wrote: >> Németh Márton wrote: >>> Check also the minimum border of a value before setting it >>> to a control value. >>> >>> See also http://bugzilla.kernel.org/show_bug.cgi?id=12824 . >> Patch didn't apply. Had you generated against our -git tree? >> http://git.linuxtv.org/v4l-dvb.git > > No, this is against http://git.linuxtv.org/pinchartl/uvcvideo.git . > The latest patch which tried to fix http://bugzilla.kernel.org/show_bug.cgi?id=12824 > missed to check the minimum border. Ah, ok. Please specify on the subject when you're writing patches against a different tree. This helps me to tag accordingly at Patchwork, saving me some time. > > Regards, > > Márton Németh > >>> Signed-off-by: Márton Németh