All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] cpufreq: exynos: Remove error return even if no soc found
@ 2013-02-06 19:39 ` Amit Daniel Kachhap
  0 siblings, 0 replies; 36+ messages in thread
From: Amit Daniel Kachhap @ 2013-02-06 19:39 UTC (permalink / raw)
  To: linux-pm
  Cc: Rafael J. Wysocki, linux-samsung-soc, linux-arm-kernel,
	kgene.kim, Thomas Abraham, cpufreq

This change is needed for adding different type of cpufreq driver
and support single binary image.

Signed-off-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
---
 drivers/cpufreq/exynos-cpufreq.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/exynos-cpufreq.c b/drivers/cpufreq/exynos-cpufreq.c
index 7012ea8..9d3690a 100644
--- a/drivers/cpufreq/exynos-cpufreq.c
+++ b/drivers/cpufreq/exynos-cpufreq.c
@@ -272,7 +272,7 @@ static int __init exynos_cpufreq_init(void)
 	else if (soc_is_exynos5250())
 		ret = exynos5250_cpufreq_init(exynos_info);
 	else
-		pr_err("%s: CPU type not found\n", __func__);
+		return 0;
 
 	if (ret)
 		goto err_vdd_arm;
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2013-02-12  5:00 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06 19:39 [PATCH 1/3] cpufreq: exynos: Remove error return even if no soc found Amit Daniel Kachhap
2013-02-06 19:39 ` Amit Daniel Kachhap
2013-02-06 19:39 ` [PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440 Amit Daniel Kachhap
2013-02-06 19:39   ` Amit Daniel Kachhap
2013-02-07  5:09   ` Inderpal Singh
2013-02-07  5:09     ` Inderpal Singh
2013-02-07 11:19     ` Viresh Kumar
2013-02-07 11:19       ` Viresh Kumar
2013-02-07 11:28       ` Inderpal Singh
2013-02-07 11:28         ` Inderpal Singh
2013-02-07 18:39     ` amit kachhap
2013-02-07 18:39       ` amit kachhap
2013-02-07 11:17   ` Viresh Kumar
2013-02-07 11:17     ` Viresh Kumar
2013-02-07 19:08     ` amit kachhap
2013-02-07 19:08       ` amit kachhap
2013-02-08  2:42       ` Viresh Kumar
2013-02-08  2:42         ` Viresh Kumar
2013-02-08  3:26         ` amit kachhap
2013-02-08  3:26           ` amit kachhap
2013-02-08  4:23           ` Viresh Kumar
2013-02-08  4:23             ` Viresh Kumar
2013-02-06 19:39 ` [PATCH 3/3] dts: Add cpufreq controller node for Exynos5440 SoC Amit Daniel Kachhap
2013-02-06 19:39   ` Amit Daniel Kachhap
2013-02-07  4:49   ` Inderpal Singh
2013-02-07  4:49     ` Inderpal Singh
2013-02-07 18:33     ` amit kachhap
2013-02-07 18:33       ` amit kachhap
2013-02-08 16:49       ` Inderpal Singh
2013-02-08 16:49         ` Inderpal Singh
2013-02-12  1:12         ` amit kachhap
2013-02-12  1:12           ` amit kachhap
2013-02-12  5:00           ` Inderpal Singh
2013-02-12  5:00             ` Inderpal Singh
2013-02-07 11:20 ` [PATCH 1/3] cpufreq: exynos: Remove error return even if no soc found Viresh Kumar
2013-02-07 11:20   ` Viresh Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.