Hi Prabhakar, Thank you for the patch.
On Wednesday 15 May 2013 17:27:18 Lad Prabhakar wrote: > From: Lad, Prabhakar <[email protected]> > > 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 <[email protected]> > Cc: Sekhar Nori <[email protected]> > Cc: Hans Verkuil <[email protected]> > Cc: Laurent Pinchart <[email protected]> > Cc: Mauro Carvalho Chehab <[email protected]> > Cc: Guennadi Liakhovetski <[email protected]> > Cc: Sylwester Nawrocki <[email protected]> > Cc: Sakari Ailus <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

