Re: [PATCH v2] avr32: replace simple_strtoul() with kstrtoul()

2014-04-01 Thread Hans-Christian Egtvedt
Around Mon 31 Mar 2014 20:42:42 -0400 or thereabout, Ramkumar Ramachandra wrote: > simple_strtoul() is marked for obsoletion; use the newer and more > pleasant kstrtoul() in its place. > > Cc: Alexey Dobriyan > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > Signed-off-by: Ramkumar Ramach

Re: [PATCH v2] avr32: replace simple_strtoul() with kstrtoul()

2014-04-01 Thread Hans-Christian Egtvedt
Around Mon 31 Mar 2014 20:42:42 -0400 or thereabout, Ramkumar Ramachandra wrote: > simple_strtoul() is marked for obsoletion; use the newer and more > pleasant kstrtoul() in its place. Thank you for fixing, I will add it to my for-linus branch and push later today. > Cc: Alexey Dobriyan > Cc: Ha

[PATCH v2] avr32: replace simple_strtoul() with kstrtoul()

2014-03-31 Thread Ramkumar Ramachandra
simple_strtoul() is marked for obsoletion; use the newer and more pleasant kstrtoul() in its place. Cc: Alexey Dobriyan Cc: Haavard Skinnemoen Cc: Hans-Christian Egtvedt Signed-off-by: Ramkumar Ramachandra --- arch/avr32/kernel/cpu.c | 48 ++-- 1 fi