lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <177a01ce2941$d843d420$88cb7c60$%kim@samsung.com>
Date:	Mon, 25 Mar 2013 19:16:41 +0900
From:	Kukjin Kim <kgene.kim@...sung.com>
To:	'Axel Lin' <axel.lin@...ics.com>,
	'Grant Likely' <grant.likely@...retlab.ca>,
	'Linus Walleij' <linus.walleij@...aro.org>
Cc:	'Thomas Abraham' <thomas.abraham@...aro.org>,
	'Tomasz Figa' <t.figa@...sung.com>,
	linux-kernel@...r.kernel.org
Subject: RE: [PATCH RESEND] gpio: samsung: Add terminating entry for
 exynos_pinctrl_ids

Axel Lin wrote:
> 
> The of_device_id table is supposed to be zero-terminated.
> 
> Signed-off-by: Axel Lin <axel.lin@...ics.com>
> Acked-by: Grant Likely <grant.likely@...retlab.ca>

Acked-by: Kukjin Kim <kgene.kim@...sung.com>

I think, would be better if this could be sent to upstream via gpio tree now.

Thanks.

- Kukjin

> ---
> This patch was sent on https://lkml.org/lkml/2012/12/9/135
> Re-generate the patch against linux-next and resend.
> 
>  drivers/gpio/gpio-samsung.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c
> index 99e0fa4..b22ca79 100644
> --- a/drivers/gpio/gpio-samsung.c
> +++ b/drivers/gpio/gpio-samsung.c
> @@ -3030,6 +3030,7 @@ static __init int samsung_gpiolib_init(void)
>  		{ .compatible = "samsung,exynos4x12-pinctrl", },
>  		{ .compatible = "samsung,exynos5250-pinctrl", },
>  		{ .compatible = "samsung,exynos5440-pinctrl", },
> +		{ }
>  	};
>  	for_each_matching_node(pctrl_np, exynos_pinctrl_ids)
>  		if (pctrl_np && of_device_is_available(pctrl_np))
> --
> 1.7.9.5

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ