Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932882Ab2JWJtd (ORCPT ); Tue, 23 Oct 2012 05:49:33 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:58389 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753027Ab2JWJtb (ORCPT ); Tue, 23 Oct 2012 05:49:31 -0400 Message-ID: <508667E3.4000509@mvista.com> Date: Tue, 23 Oct 2012 13:48:19 +0400 From: Sergei Shtylyov User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Prabhakar Lad CC: LAK , DLOS , LKML , LMML Subject: Re: [PATCH RESEND] ARM: dm365: replace V4L2_OUT_CAP_CUSTOM_TIMINGS with V4L2_OUT_CAP_DV_TIMINGS References: <1350907972-11256-1-git-send-email-prabhakar.lad@ti.com> In-Reply-To: <1350907972-11256-1-git-send-email-prabhakar.lad@ti.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1525 Lines: 43 Hello. On 22-10-2012 16:12, Prabhakar Lad wrote: > From: Lad, Prabhakar > This patch replaces V4L2_OUT_CAP_CUSTOM_TIMINGS macro with > V4L2_OUT_CAP_DV_TIMINGS. As V4L2_OUT_CAP_CUSTOM_TIMINGS is being phased > out. > Signed-off-by: Lad, Prabhakar > Signed-off-by: Manjunath Hadli > Cc: Sekhar Nori > --- > Resending the patch since, it didn't reach the DLOS mailing list. > This patch is based on the following patch series, > ARM: davinci: dm365 EVM: add support for VPBE display > (https://patchwork.kernel.org/patch/1295071/) > arch/arm/mach-davinci/board-dm365-evm.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach-davinci/board-dm365-evm.c > index 2924d61..771abb5 100644 > --- a/arch/arm/mach-davinci/board-dm365-evm.c > +++ b/arch/arm/mach-davinci/board-dm365-evm.c > @@ -514,7 +514,7 @@ static struct vpbe_output dm365evm_vpbe_outputs[] = { > .index = 1, > .name = "Component", > .type = V4L2_OUTPUT_TYPE_ANALOG, > - .capabilities = V4L2_OUT_CAP_CUSTOM_TIMINGS, > + .capabilities = V4L2_OUT_CAP_DV_TIMINGS, Why this extra space after '='? WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/