Skip to content
Commit e94d91a6 authored by LABBE Corentin's avatar LABBE Corentin Committed by David S. Miller
Browse files

atm: solos-pci: Replace simple_strtol by kstrtoint



The simple_strtol function is obsolete.
This patch replace it by kstrtoint.
This will simplify code, since some error case not handled by
simple_strtol are handled by kstrtoint.

Signed-off-by: default avatarLABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 857e8a67
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment