* [PATCH] thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE
@ 2012-10-22 11:19 Jonghwan Choi
2012-10-23 6:16 ` Amit Kachhap
0 siblings, 1 reply; 2+ messages in thread
From: Jonghwan Choi @ 2012-10-22 11:19 UTC (permalink / raw)
To: linux-kernel
Cc: 'Amit Daniel Kachhap', 'Sachin Kamat',
'Kukjin Kim'
exynos4_tmu_driver_ids should be exynos_tmu_driver_ids.
Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
---
drivers/thermal/exynos_thermal.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/thermal/exynos_thermal.c
b/drivers/thermal/exynos_thermal.c
index fd03e85..6dd29e4 100644
--- a/drivers/thermal/exynos_thermal.c
+++ b/drivers/thermal/exynos_thermal.c
@@ -815,7 +815,7 @@ static struct platform_device_id exynos_tmu_driver_ids[]
= {
},
{ },
};
-MODULE_DEVICE_TABLE(platform, exynos4_tmu_driver_ids);
+MODULE_DEVICE_TABLE(platform, exynos_tmu_driver_ids);
static inline struct exynos_tmu_platform_data *exynos_get_driver_data(
struct platform_device *pdev)
--
1.7.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE
2012-10-22 11:19 [PATCH] thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE Jonghwan Choi
@ 2012-10-23 6:16 ` Amit Kachhap
0 siblings, 0 replies; 2+ messages in thread
From: Amit Kachhap @ 2012-10-23 6:16 UTC (permalink / raw)
To: Jonghwan Choi, Brown, Len, Zhang Rui
Cc: linux-kernel, Sachin Kamat, Kukjin Kim
On 22 October 2012 16:49, Jonghwan Choi <jhbird.choi@samsung.com> wrote:
> exynos4_tmu_driver_ids should be exynos_tmu_driver_ids.
>
> Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
> ---
> drivers/thermal/exynos_thermal.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/thermal/exynos_thermal.c
> b/drivers/thermal/exynos_thermal.c
> index fd03e85..6dd29e4 100644
> --- a/drivers/thermal/exynos_thermal.c
> +++ b/drivers/thermal/exynos_thermal.c
> @@ -815,7 +815,7 @@ static struct platform_device_id exynos_tmu_driver_ids[]
> = {
> },
> { },
> };
> -MODULE_DEVICE_TABLE(platform, exynos4_tmu_driver_ids);
> +MODULE_DEVICE_TABLE(platform, exynos_tmu_driver_ids);
Your changes looks fine. Adding the thermal maintainers.
Reviewed-by: Amit Daniel Kachhap <amit.kachhap@linaro.org>
Thanks,
Amit Daniel
>
> static inline struct exynos_tmu_platform_data *exynos_get_driver_data(
> struct platform_device *pdev)
> --
> 1.7.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-23 6:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-22 11:19 [PATCH] thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE Jonghwan Choi
2012-10-23 6:16 ` Amit Kachhap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome