Re: [PATCH 20/25] thermal/drivers/hisi: Add platform prefix to function name

2017-10-16 Thread Eduardo Valentin
On Tue, Oct 10, 2017 at 08:02:45PM +0200, Daniel Lezcano wrote: > From: Kevin Wangtao > > As the next patches will provide support for the hikey3660's sensor, several > functions with the same purpose but for different platforms will be > introduced. > In order to make a clear distinction betwee

[PATCH 20/25] thermal/drivers/hisi: Add platform prefix to function name

2017-10-10 Thread Daniel Lezcano
From: Kevin Wangtao As the next patches will provide support for the hikey3660's sensor, several functions with the same purpose but for different platforms will be introduced. In order to make a clear distinction between them, let's prefix the function names with the platform name. This patch h