Re: [PATCH 1/3 v2] regulator: tps65218: Add terminate entry for of_device_id table

2014-02-19 Thread Keerthy
On Wednesday 19 February 2014 02:03 PM, Axel Lin wrote: Fixes below build error: FATAL: drivers/regulator/tps65218-regulator: struct of_device_id is not terminated with a NULL entry! Signed-off-by: Axel Lin --- I'm sorry that I just found I CC wrong developers in my previous mail. So here is

[PATCH 1/3 v2] regulator: tps65218: Add terminate entry for of_device_id table

2014-02-19 Thread Axel Lin
Fixes below build error: FATAL: drivers/regulator/tps65218-regulator: struct of_device_id is not terminated with a NULL entry! Signed-off-by: Axel Lin --- I'm sorry that I just found I CC wrong developers in my previous mail. So here is a resend. drivers/regulator/tps65218-regulator.c | 1 + 1

[PATCH 1/3 v2] regulator: tps65218: Add terminate entry for of_device_id table

2014-02-19 Thread Axel Lin
Fixes below build error: FATAL: drivers/regulator/tps65218-regulator: struct of_device_id is not terminated with a NULL entry! Signed-off-by: Axel Lin --- drivers/regulator/tps65218-regulator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/tps65218-regulator.c

[PATCH 1/3 v2] regulator: tps65218: Add terminate entry for of_device_id table

2014-02-19 Thread Axel Lin
Fixes below build error: FATAL: drivers/regulator/tps65218-regulator: struct of_device_id is not terminated with a NULL entry! Signed-off-by: Axel Lin axel@ingics.com --- drivers/regulator/tps65218-regulator.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 1/3 v2] regulator: tps65218: Add terminate entry for of_device_id table

2014-02-19 Thread Axel Lin
Fixes below build error: FATAL: drivers/regulator/tps65218-regulator: struct of_device_id is not terminated with a NULL entry! Signed-off-by: Axel Lin axel@ingics.com --- I'm sorry that I just found I CC wrong developers in my previous mail. So here is a resend.

Re: [PATCH 1/3 v2] regulator: tps65218: Add terminate entry for of_device_id table

2014-02-19 Thread Keerthy
On Wednesday 19 February 2014 02:03 PM, Axel Lin wrote: Fixes below build error: FATAL: drivers/regulator/tps65218-regulator: struct of_device_id is not terminated with a NULL entry! Signed-off-by: Axel Lin axel@ingics.com --- I'm sorry that I just found I CC wrong developers in my