]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5efb97d54d4f5882481b5f065e0fd2ab50a478b6
tree89deacc5fb7bd480b0588d092aeecad4309d3a50
parent0fb940fd4366252842aa8d498851e7b9726b3041
avr32: replace simple_strtoul() with kstrtoul()

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>
arch/avr32/kernel/cpu.c