From mboxrd@z Thu Jan 1 00:00:00 1970 From: prabhakar.lad@ti.com (Prabhakar Lad) Date: Mon, 10 Sep 2012 17:36:13 +0530 Subject: [PATCH v2 2/2] ARM: da850/omap-l138: Add EVM specific code for VPIF to work In-Reply-To: <504DB28D.3070005@ti.com> References: <1345471731-31678-1-git-send-email-prabhakar.lad@ti.com> <1345471731-31678-3-git-send-email-prabhakar.lad@ti.com> <504A2C7D.1090702@ti.com> <504DB28D.3070005@ti.com> Message-ID: <504DD7B5.40908@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Sekhar, On Monday 10 September 2012 02:57 PM, Sekhar Nori wrote: > Hi Prabhakar, > > On 9/7/2012 11:04 PM, Prabhakar Lad wrote: >> On Fri, Sep 7, 2012 at 10:48 PM, Sekhar Nori wrote: > >>>> +static struct vpif_subdev_info da850_vpif_capture_sdev_info[] = { >>>> +#if defined(CONFIG_DA850_UI_SD_VIDEO_PORT) >>> >>> You agreed to get rid of these multiple ifdefs but you have not fixed that. >>> >> I have merged the top one, at later stage when we go ahead and add sensor >> support then we would have require to have define two >> da850_vpif_capture_sdev_info >> so to avoid it I have kept this one. > > Lets get to that when we actually add sensor support. It might make > sense then. Right now, there is no reason to have them. > Ok I'll fix it for v3. Regards, --Prabhakar > Thanks, > Sekhar >