Re: [PATCH] arm: omap2: rx51-peripherals: fix build warning

2014-12-04 Thread Felipe Balbi
On Wed, Nov 26, 2014 at 02:27:35PM -0600, Felipe Balbi wrote: commit 68a3c04 ([media] ARM: OMAP2: RX-51: update si4713 platform data) updated board-rx51-peripherals.c so that si4713 could be easily used on DT boot, but it ended up introducing a build warning whenever si4713 isn't enabled.

Re: [PATCH] arm: omap2: rx51-peripherals: fix build warning

2014-12-04 Thread Arnd Bergmann
On Thursday 04 December 2014 09:24:11 Felipe Balbi wrote: On Wed, Nov 26, 2014 at 02:27:35PM -0600, Felipe Balbi wrote: commit 68a3c04 ([media] ARM: OMAP2: RX-51: update si4713 platform data) updated board-rx51-peripherals.c so that si4713 could be easily used on DT boot, but it ended up

Re: [PATCH] arm: omap2: rx51-peripherals: fix build warning

2014-12-04 Thread Felipe Balbi
Hi, On Thu, Dec 04, 2014 at 04:41:13PM +0100, Arnd Bergmann wrote: On Thursday 04 December 2014 09:24:11 Felipe Balbi wrote: On Wed, Nov 26, 2014 at 02:27:35PM -0600, Felipe Balbi wrote: commit 68a3c04 ([media] ARM: OMAP2: RX-51: update si4713 platform data) updated

Re: [PATCH] arm: omap2: rx51-peripherals: fix build warning

2014-12-04 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [141204 07:50]: Hi, On Thu, Dec 04, 2014 at 04:41:13PM +0100, Arnd Bergmann wrote: On Thursday 04 December 2014 09:24:11 Felipe Balbi wrote: On Wed, Nov 26, 2014 at 02:27:35PM -0600, Felipe Balbi wrote: commit 68a3c04 ([media] ARM: OMAP2: RX-51: update

Re: [PATCH] arm: omap2: rx51-peripherals: fix build warning

2014-12-04 Thread Mauro Carvalho Chehab
Em Thu, 04 Dec 2014 08:39:31 -0800 Tony Lindgren t...@atomide.com escreveu: * Felipe Balbi ba...@ti.com [141204 07:50]: Hi, On Thu, Dec 04, 2014 at 04:41:13PM +0100, Arnd Bergmann wrote: On Thursday 04 December 2014 09:24:11 Felipe Balbi wrote: On Wed, Nov 26, 2014 at 02:27:35PM

Re: [PATCH] arm: omap2: rx51-peripherals: fix build warning

2014-12-04 Thread Felipe Balbi
Hi, On Thu, Dec 04, 2014 at 03:00:12PM -0200, Mauro Carvalho Chehab wrote: Em Thu, 04 Dec 2014 08:39:31 -0800 Tony Lindgren t...@atomide.com escreveu: * Felipe Balbi ba...@ti.com [141204 07:50]: Hi, On Thu, Dec 04, 2014 at 04:41:13PM +0100, Arnd Bergmann wrote: On Thursday 04

Re: [PATCH] arm: omap2: rx51-peripherals: fix build warning

2014-12-04 Thread Mauro Carvalho Chehab
Em Thu, 04 Dec 2014 11:03:53 -0600 Felipe Balbi ba...@ti.com escreveu: Hi, On Thu, Dec 04, 2014 at 03:00:12PM -0200, Mauro Carvalho Chehab wrote: Em Thu, 04 Dec 2014 08:39:31 -0800 Tony Lindgren t...@atomide.com escreveu: * Felipe Balbi ba...@ti.com [141204 07:50]: Hi,

[PATCH] arm: omap2: rx51-peripherals: fix build warning

2014-11-26 Thread Felipe Balbi
commit 68a3c04 ([media] ARM: OMAP2: RX-51: update si4713 platform data) updated board-rx51-peripherals.c so that si4713 could be easily used on DT boot, but it ended up introducing a build warning whenever si4713 isn't enabled. This patches fixes that warning:

Re: [PATCH] arm: omap2: rx51-peripherals: fix build warning

2014-11-26 Thread Sebastian Reichel
On Wed, Nov 26, 2014 at 02:27:35PM -0600, Felipe Balbi wrote: commit 68a3c04 ([media] ARM: OMAP2: RX-51: update si4713 platform data) updated board-rx51-peripherals.c so that si4713 could be easily used on DT boot, but it ended up introducing a build warning whenever si4713 isn't enabled.

Re: [PATCH] arm: omap2: rx51-peripherals: fix build warning

2014-11-26 Thread Hans Verkuil
On 11/26/2014 09:27 PM, Felipe Balbi wrote: commit 68a3c04 ([media] ARM: OMAP2: RX-51: update si4713 platform data) updated board-rx51-peripherals.c so that si4713 could be easily used on DT boot, but it ended up introducing a build warning whenever si4713 isn't enabled. This patches fixes