]> 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)
commit019da36f21a2c97ccef2832cbd244178689b74cf
treee643de1e36a72677db63f75d4c5ac01088828931
parent4962204223c1721c17a83b254282f88d1b819e75
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