Re: [PATCH] mfd: da9062-core: Rename get_device_type to da9062_get_device_type

2015-10-13 Thread Lee Jones
On Fri, 09 Oct 2015, Axel Lin wrote: > Rename get_device_type() to da9062_get_device_type(). > This function is only used in this file so make it static. > > Signed-off-by: Axel Lin > --- > drivers/mfd/da9062-core.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks.

Re: [PATCH] mfd: da9062-core: Rename get_device_type to da9062_get_device_type

2015-10-13 Thread Lee Jones
On Fri, 09 Oct 2015, Axel Lin wrote: > Rename get_device_type() to da9062_get_device_type(). > This function is only used in this file so make it static. > > Signed-off-by: Axel Lin > --- > drivers/mfd/da9062-core.c | 4 ++-- > 1 file changed, 2 insertions(+), 2

[PATCH] mfd: da9062-core: Rename get_device_type to da9062_get_device_type

2015-10-09 Thread Axel Lin
Rename get_device_type() to da9062_get_device_type(). This function is only used in this file so make it static. Signed-off-by: Axel Lin --- drivers/mfd/da9062-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/da9062-core.c b/drivers/mfd/da9062-core.c

[PATCH] mfd: da9062-core: Rename get_device_type to da9062_get_device_type

2015-10-09 Thread Axel Lin
Rename get_device_type() to da9062_get_device_type(). This function is only used in this file so make it static. Signed-off-by: Axel Lin --- drivers/mfd/da9062-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/da9062-core.c