Re: [GIT FIXES FOR v3.19] smiapp compile fix for non-OF configuration

2015-02-03 Thread Sakari Ailus
Hi Mauro, On Thu, Jan 29, 2015 at 06:00:55PM -0200, Mauro Carvalho Chehab wrote: > Em Tue, 27 Jan 2015 12:36:49 +0200 > Sakari Ailus escreveu: > > > Hi Mauro, > > > > The recent smiapp OF support patches contained a small issue related to > > reading 64-bit numbers from the device tree, such th

Re: [GIT FIXES FOR v3.19] smiapp compile fix for non-OF configuration

2015-01-29 Thread Mauro Carvalho Chehab
Em Tue, 27 Jan 2015 12:36:49 +0200 Sakari Ailus escreveu: > Hi Mauro, > > The recent smiapp OF support patches contained a small issue related to > reading 64-bit numbers from the device tree, such that the compilation fails > if CONFIG_OF is undefined. > > This patch provides a temporary fix t

[GIT FIXES FOR v3.19] smiapp compile fix for non-OF configuration

2015-01-27 Thread Sakari Ailus
Hi Mauro, The recent smiapp OF support patches contained a small issue related to reading 64-bit numbers from the device tree, such that the compilation fails if CONFIG_OF is undefined. This patch provides a temporary fix to the matter. The proper one is to use of_property_read_u64_array(), but t