[PATCH 07/13] thermal: inline only once used function

2015-04-28 Thread Sascha Hauer
Inline update_temperature into its only caller to make the code more readable. Signed-off-by: Sascha Hauer --- drivers/thermal/thermal_core.c | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c

[PATCH 07/13] thermal: inline only once used function

2015-04-28 Thread Sascha Hauer
Inline update_temperature into its only caller to make the code more readable. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/thermal/thermal_core.c | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/drivers/thermal/thermal_core.c