[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK44p227GpAkFDYXwXUTt19H-YiA74OvYofjpyr_7nKj+HhPMw@mail.gmail.com>
Date: Tue, 23 Oct 2012 11:46:49 +0530
From: Amit Kachhap <amit.kachhap@...aro.org>
To: Jonghwan Choi <jhbird.choi@...sung.com>,
"Brown, Len" <len.brown@...el.com>, Zhang Rui <rui.zhang@...el.com>
Cc: linux-kernel@...r.kernel.org,
Sachin Kamat <sachin.kamat@...aro.org>,
Kukjin Kim <kgene.kim@...sung.com>
Subject: Re: [PATCH] thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE
On 22 October 2012 16:49, Jonghwan Choi <jhbird.choi@...sung.com> wrote:
> exynos4_tmu_driver_ids should be exynos_tmu_driver_ids.
>
> Signed-off-by: Jonghwan Choi <jhbird.choi@...sung.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@...aro.org>
Thanks,
Amit Daniel
>
> static inline struct exynos_tmu_platform_data *exynos_get_driver_data(
> struct platform_device *pdev)
> --
> 1.7.1
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists