Kukjin Kim wrote:
[...]
> +struct s3c24xx_uart_resources exynos4_uart_resources[] __initdata = {
> + [0] = {
> + .resources = exynos4_uart0_resource,
> + .nr_resources = ARRAY_SIZE(exynos4_uart0_resource),
> + },
> + [1] = {
> + .resources = exynos4_uart1_resource,
> + .nr_resources = ARRAY_SIZE(exynos4_uart0_resource),
Ooops, should be...
.nr_resources = ARRAY_SIZE(exynos4_uart1_resource),
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <[email protected]>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html