Re: [PATCH] cpufreq: st: add missing \n to end of dev_err message

2016-09-25 Thread Viresh Kumar
On 25-09-16, 14:40, Colin King wrote:
> From: Colin Ian King 
> 
> Trival fix, dev_err message is missing a \n, so add it.
> 
> Signed-off-by: Colin Ian King 
> ---
>  drivers/cpufreq/sti-cpufreq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/sti-cpufreq.c b/drivers/cpufreq/sti-cpufreq.c
> index 0404203..b366e6d 100644
> --- a/drivers/cpufreq/sti-cpufreq.c
> +++ b/drivers/cpufreq/sti-cpufreq.c
> @@ -163,7 +163,7 @@ static int sti_cpufreq_set_opp_info(void)
>  
>   reg_fields = sti_cpufreq_match();
>   if (!reg_fields) {
> - dev_err(dev, "This SoC doesn't support voltage scaling");
> + dev_err(dev, "This SoC doesn't support voltage scaling\n");
>   return -ENODEV;
>   }
>  

Acked-by: Viresh Kumar 

-- 
viresh


Re: [PATCH] cpufreq: st: add missing \n to end of dev_err message

2016-09-25 Thread Viresh Kumar
On 25-09-16, 14:40, Colin King wrote:
> From: Colin Ian King 
> 
> Trival fix, dev_err message is missing a \n, so add it.
> 
> Signed-off-by: Colin Ian King 
> ---
>  drivers/cpufreq/sti-cpufreq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/sti-cpufreq.c b/drivers/cpufreq/sti-cpufreq.c
> index 0404203..b366e6d 100644
> --- a/drivers/cpufreq/sti-cpufreq.c
> +++ b/drivers/cpufreq/sti-cpufreq.c
> @@ -163,7 +163,7 @@ static int sti_cpufreq_set_opp_info(void)
>  
>   reg_fields = sti_cpufreq_match();
>   if (!reg_fields) {
> - dev_err(dev, "This SoC doesn't support voltage scaling");
> + dev_err(dev, "This SoC doesn't support voltage scaling\n");
>   return -ENODEV;
>   }
>  

Acked-by: Viresh Kumar 

-- 
viresh


[PATCH] cpufreq: st: add missing \n to end of dev_err message

2016-09-25 Thread Colin King
From: Colin Ian King 

Trival fix, dev_err message is missing a \n, so add it.

Signed-off-by: Colin Ian King 
---
 drivers/cpufreq/sti-cpufreq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/sti-cpufreq.c b/drivers/cpufreq/sti-cpufreq.c
index 0404203..b366e6d 100644
--- a/drivers/cpufreq/sti-cpufreq.c
+++ b/drivers/cpufreq/sti-cpufreq.c
@@ -163,7 +163,7 @@ static int sti_cpufreq_set_opp_info(void)
 
reg_fields = sti_cpufreq_match();
if (!reg_fields) {
-   dev_err(dev, "This SoC doesn't support voltage scaling");
+   dev_err(dev, "This SoC doesn't support voltage scaling\n");
return -ENODEV;
}
 
-- 
2.9.3



[PATCH] cpufreq: st: add missing \n to end of dev_err message

2016-09-25 Thread Colin King
From: Colin Ian King 

Trival fix, dev_err message is missing a \n, so add it.

Signed-off-by: Colin Ian King 
---
 drivers/cpufreq/sti-cpufreq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/sti-cpufreq.c b/drivers/cpufreq/sti-cpufreq.c
index 0404203..b366e6d 100644
--- a/drivers/cpufreq/sti-cpufreq.c
+++ b/drivers/cpufreq/sti-cpufreq.c
@@ -163,7 +163,7 @@ static int sti_cpufreq_set_opp_info(void)
 
reg_fields = sti_cpufreq_match();
if (!reg_fields) {
-   dev_err(dev, "This SoC doesn't support voltage scaling");
+   dev_err(dev, "This SoC doesn't support voltage scaling\n");
return -ENODEV;
}
 
-- 
2.9.3