RE: [PATCH] thermal: Fix thermal_zone_of_sensor_register to match documentation

2015-09-10 Thread Zhang, Rui
[PATCH] thermal: Fix thermal_zone_of_sensor_register to > match documentation > Importance: High > > On Tue, Sep 08, 2015 at 02:51:12PM +0100, Punit Agrawal wrote: > > thermal_zone_of_sensor_register is documented as returning a pointer > > to either a valid therm

Re: [PATCH] thermal: Fix thermal_zone_of_sensor_register to match documentation

2015-09-10 Thread Javi Merino
On Tue, Sep 08, 2015 at 02:51:12PM +0100, Punit Agrawal wrote: > thermal_zone_of_sensor_register is documented as returning a pointer > to either a valid thermal_zone_device on success, or a corresponding > ERR_PTR() value. > > In contrast, the function returns NULL when THERMAL_OF is configured >

[PATCH] thermal: Fix thermal_zone_of_sensor_register to match documentation

2015-09-08 Thread Punit Agrawal
thermal_zone_of_sensor_register is documented as returning a pointer to either a valid thermal_zone_device on success, or a corresponding ERR_PTR() value. In contrast, the function returns NULL when THERMAL_OF is configured off. Fix this. Signed-off-by: Punit Agrawal Acked-by: Guenter Roeck Cc: