Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932580Ab3EOMEv (ORCPT ); Wed, 15 May 2013 08:04:51 -0400 Received: from perceval.ideasonboard.com ([95.142.166.194]:40540 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932414Ab3EOMEs (ORCPT ); Wed, 15 May 2013 08:04:48 -0400 From: Laurent Pinchart To: Lad Prabhakar Cc: LMML , LKML , DLOS , Sekhar Nori , Hans Verkuil , Mauro Carvalho Chehab , Guennadi Liakhovetski , Sylwester Nawrocki , Sakari Ailus , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/6] ARM: davinci: dm365 evm: remove init_enable from ths7303 pdata Date: Wed, 15 May 2013 14:05:07 +0200 Message-ID: <1928313.pnnBGKgv0p@avalon> User-Agent: KMail/4.10.2 (Linux/3.7.10-gentoo-r1; KDE/4.10.2; x86_64; ; ) In-Reply-To: <1368619042-28252-3-git-send-email-prabhakar.csengg@gmail.com> References: <1368619042-28252-1-git-send-email-prabhakar.csengg@gmail.com> <1368619042-28252-3-git-send-email-prabhakar.csengg@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1617 Lines: 48 Hi Prabhakar, Thank you for the patch. On Wednesday 15 May 2013 17:27:18 Lad Prabhakar wrote: > From: Lad, Prabhakar > > remove init_enable from ths7303 pdata as it is no longer exists. You should move this before 1/6, otherwise you will break bisection. > Signed-off-by: Lad, Prabhakar > Cc: Sekhar Nori > Cc: Hans Verkuil > Cc: Laurent Pinchart > Cc: Mauro Carvalho Chehab > Cc: Guennadi Liakhovetski > Cc: Sylwester Nawrocki > Cc: Sakari Ailus > Cc: linux-kernel@vger.kernel.org > Cc: davinci-linux-open-source@linux.davincidsp.com > Cc: linux-arm-kernel@lists.infradead.org > --- > arch/arm/mach-davinci/board-dm365-evm.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-davinci/board-dm365-evm.c > b/arch/arm/mach-davinci/board-dm365-evm.c index 2a66743..4e02ae7 100644 > --- a/arch/arm/mach-davinci/board-dm365-evm.c > +++ b/arch/arm/mach-davinci/board-dm365-evm.c > @@ -510,7 +510,6 @@ struct ths7303_platform_data ths7303_pdata = { > .ch_1 = 3, > .ch_2 = 3, > .ch_3 = 3, > - .init_enable = 1, > }; > > static struct amp_config_info vpbe_amp = { -- Regards, Laurent Pinchart -- 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/