]> git.baikalelectronics.ru Git - kernel.git/commit
atm: solos-pci: Replace simple_strtol by kstrtoint
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Fri, 4 Dec 2015 07:43:19 +0000 (08:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 5 Dec 2015 22:50:55 +0000 (17:50 -0500)
commit4dde2ac6d0634c4625e1e8608398fbf0c9e6bc22
treee643de1e36a72677db63f75d4c5ac01088828931
parent4d1507a63fd7eb17ac5727c71fcb499b6cafd9a1
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: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/solos-pci.c