Re: [PATCH] thermal: of: Remove bogus type qualifier for of_thermal_get_trip_points()

2015-01-05 Thread Eduardo Valentin
On Sat, Jan 03, 2015 at 10:56:56PM +0100, Geert Uytterhoeven wrote: > With gcc 4.1.2, 4.2, and 4.2.4 (4.4 and later are OK): > > drivers/thermal/thermal_core.h:110: warning: type qualifiers ignored on > function return type > > Signed-off-by: Geert Uytterhoeven > Fixes: ce8be7785922de0e

Re: [PATCH] thermal: of: Remove bogus type qualifier for of_thermal_get_trip_points()

2015-01-05 Thread Eduardo Valentin
On Sat, Jan 03, 2015 at 10:56:56PM +0100, Geert Uytterhoeven wrote: With gcc 4.1.2, 4.2, and 4.2.4 (4.4 and later are OK): drivers/thermal/thermal_core.h:110: warning: type qualifiers ignored on function return type Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Fixes:

[PATCH] thermal: of: Remove bogus type qualifier for of_thermal_get_trip_points()

2015-01-03 Thread Geert Uytterhoeven
With gcc 4.1.2, 4.2, and 4.2.4 (4.4 and later are OK): drivers/thermal/thermal_core.h:110: warning: type qualifiers ignored on function return type Signed-off-by: Geert Uytterhoeven Fixes: ce8be7785922de0e ("thermal: of: Extend of-thermal to export table of trip points") ---

[PATCH] thermal: of: Remove bogus type qualifier for of_thermal_get_trip_points()

2015-01-03 Thread Geert Uytterhoeven
With gcc 4.1.2, 4.2, and 4.2.4 (4.4 and later are OK): drivers/thermal/thermal_core.h:110: warning: type qualifiers ignored on function return type Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Fixes: ce8be7785922de0e (thermal: of: Extend of-thermal to export table of trip points) ---