avr32: replace simple_strtoul() with kstrtoul()
authorRamkumar Ramachandra <artagnon@gmail.com>
Tue, 1 Apr 2014 00:42:42 +0000 (20:42 -0400)
committerHans-Christian Egtvedt <egtvedt@samfundet.no>
Tue, 1 Apr 2014 07:09:25 +0000 (09:09 +0200)
simple_strtoul() is marked for obsoletion; use the newer and more
pleasant kstrtoul() in its place.

Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>

No differences found