Re: [PATCH 06/13] thermal: streamline get_trend callbacks

2015-04-14 Thread Sascha Hauer
On Mon, Apr 06, 2015 at 08:19:52PM -0700, Eduardo Valentin wrote: > On Thu, Mar 26, 2015 at 04:53:53PM +0100, Sascha Hauer wrote: > > The .get_trend callback in struct thermal_zone_device_ops has the prototype: > > > > int (*get_trend) (struct thermal_zone_device *, int, > >

Re: [PATCH 06/13] thermal: streamline get_trend callbacks

2015-04-06 Thread Eduardo Valentin
On Thu, Mar 26, 2015 at 04:53:53PM +0100, Sascha Hauer wrote: > The .get_trend callback in struct thermal_zone_device_ops has the prototype: > > int (*get_trend) (struct thermal_zone_device *, int, > enum thermal_trend *); > > whereas the .get_trend callback in struc