[PATCH V2 1/8] platform: Increase platform name size

2013-07-26 Thread Padmavathi Venna
This patch increases the platform name size from 20 to 30. Signed-off-by: Padmavathi Venna padm...@samsung.com --- include/linux/mod_devicetable.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index

Re: [PATCH V2 1/8] platform: Increase platform name size

2013-07-26 Thread Sachin Kamat
Hi Padma, On 26 July 2013 19:06, Padmavathi Venna padm...@samsung.com wrote: This patch increases the platform name size from 20 to 30. Instead of describing what the patch does (which is quite obvious from the code), it would be useful to describe why this change is required.

Re: [PATCH V2 1/8] platform: Increase platform name size

2013-07-26 Thread Padma Venkat
Hi Sachin, On Fri, Jul 26, 2013 at 8:06 PM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Padma, On 26 July 2013 19:06, Padmavathi Venna padm...@samsung.com wrote: This patch increases the platform name size from 20 to 30. Instead of describing what the patch does (which is quite obvious