lkml.org 
[lkml]   [2014]   [May]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 5/5] regulator: vexpress: Make of_device_id array const
From
Date
On Wed, 2014-05-07 at 09:09 +0100, Jingoo Han wrote:
> Make of_device_id array const, because all OF functions
> handle it as const.
>
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
> drivers/regulator/vexpress.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/regulator/vexpress.c b/drivers/regulator/vexpress.c
> index f3ae28a..147ecc7 100644
> --- a/drivers/regulator/vexpress.c
> +++ b/drivers/regulator/vexpress.c
> @@ -123,7 +123,7 @@ static int vexpress_regulator_remove(struct platform_device *pdev)
> return 0;
> }
>
> -static struct of_device_id vexpress_regulator_of_match[] = {
> +static const struct of_device_id vexpress_regulator_of_match[] = {
> { .compatible = "arm,vexpress-volt", },
> { }
> };

Acked-by: Pawel Moll <pawel.moll@arm.com>

Thanks!

Pawel



\
 
 \ /
  Last update: 2014-05-07 10:21    [W:0.050 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site